summaryrefslogtreecommitdiff
path: root/specs/glapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'specs/glapi.py')
-rw-r--r--specs/glapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/glapi.py b/specs/glapi.py
index 2a29379a..af3fbac0 100644
--- a/specs/glapi.py
+++ b/specs/glapi.py
@@ -2703,7 +2703,7 @@ glapi.addFunctions([
# GL_NV_transform_feedback
GlFunction(Void, "glBeginTransformFeedbackNV", [(GLenum_mode, "primitiveMode")]),
GlFunction(Void, "glEndTransformFeedbackNV", []),
- GlFunction(Void, "glTransformFeedbackAttribsNV", [(GLuint, "count"), (Array(Const(GLint), "count*3"), "attribs"), (GLenum, "bufferMode")]),
+ GlFunction(Void, "glTransformFeedbackAttribsNV", [(GLsizei, "count"), (Array(Const(GLint), "count*3"), "attribs"), (GLenum, "bufferMode")]),
GlFunction(Void, "glBindBufferRangeNV", [(GLenum, "target"), (GLuint, "index"), (GLbuffer, "buffer"), (GLintptr, "offset"), (GLsizeiptr, "size")]),
GlFunction(Void, "glBindBufferOffsetNV", [(GLenum, "target"), (GLuint, "index"), (GLbuffer, "buffer"), (GLintptr, "offset")]),
GlFunction(Void, "glBindBufferBaseNV", [(GLenum, "target"), (GLuint, "index"), (GLbuffer, "buffer")]),