Skip to content

Commit 6e39c61

Browse files
committed
Fixed TODO typos
1 parent 2cc6326 commit 6e39c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bindings.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ pub const TRANSFORM_FEEDBACK_BINDING = 0x8E25;
19991999
pub const MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70;
20002000
pub const MAX_VERTEX_STREAMS = 0x8E71;
20012001

2002-
// TODO: should proboably be in wrapper.zig
2002+
// TODO: should probably be in wrapper.zig
20032003
pub const DrawArraysIndirectCommand = extern struct {
20042004
count: Uint,
20052005
instance_count: Uint,
@@ -2516,8 +2516,8 @@ pub var vertexAttribL1dv: *const fn (index: Uint, v: [*c]const Double) callconv(
25162516
pub var vertexAttribL2dv: *const fn (index: Uint, v: [*c]const Double) callconv(.c) void = undefined;
25172517
pub var vertexAttribL3dv: *const fn (index: Uint, v: [*c]const Double) callconv(.c) void = undefined;
25182518
pub var vertexAttribL4dv: *const fn (index: Uint, v: [*c]const Double) callconv(.c) void = undefined;
2519-
// TOOD: missing glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer)
2520-
// TOOD: missing glGetVertexAttribLdv(GLuint index, GLenum pname, GLdouble *params)
2519+
// TODO: missing glVertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer)
2520+
// TODO: missing glGetVertexAttribLdv(GLuint index, GLenum pname, GLdouble *params)
25212521
pub var viewportArrayv: *const fn (
25222522
first: Uint,
25232523
count: Sizei,

0 commit comments

Comments
 (0)