summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_vertex_type_2_10_10_10_rev
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_ARB_vertex_type_2_10_10_10_rev')
-rw-r--r--auto/extensions/gl/GL_ARB_vertex_type_2_10_10_10_rev43
1 files changed, 43 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_ARB_vertex_type_2_10_10_10_rev b/auto/extensions/gl/GL_ARB_vertex_type_2_10_10_10_rev
new file mode 100644
index 0000000..5259063
--- /dev/null
+++ b/auto/extensions/gl/GL_ARB_vertex_type_2_10_10_10_rev
@@ -0,0 +1,43 @@
+GL_ARB_vertex_type_2_10_10_10_rev
+http://www.opengl.org/registry/specs/ARB/vertex_type_2_10_10_10_rev.txt
+GL_ARB_vertex_type_2_10_10_10_rev
+ GL_UNSIGNED_INT_2_10_10_10_REV 0x8368
+ GL_INT_2_10_10_10_REV 0x8D9F
+ void glColorP3ui (GLenum type, GLuint color)
+ void glColorP3uiv (GLenum type, const GLuint* color)
+ void glColorP4ui (GLenum type, GLuint color)
+ void glColorP4uiv (GLenum type, const GLuint* color)
+ void glMultiTexCoordP1ui (GLenum texture, GLenum type, GLuint coords)
+ void glMultiTexCoordP1uiv (GLenum texture, GLenum type, const GLuint* coords)
+ void glMultiTexCoordP2ui (GLenum texture, GLenum type, GLuint coords)
+ void glMultiTexCoordP2uiv (GLenum texture, GLenum type, const GLuint* coords)
+ void glMultiTexCoordP3ui (GLenum texture, GLenum type, GLuint coords)
+ void glMultiTexCoordP3uiv (GLenum texture, GLenum type, const GLuint* coords)
+ void glMultiTexCoordP4ui (GLenum texture, GLenum type, GLuint coords)
+ void glMultiTexCoordP4uiv (GLenum texture, GLenum type, const GLuint* coords)
+ void glNormalP3ui (GLenum type, GLuint coords)
+ void glNormalP3uiv (GLenum type, const GLuint* coords)
+ void glSecondaryColorP3ui (GLenum type, GLuint color)
+ void glSecondaryColorP3uiv (GLenum type, const GLuint* color)
+ void glTexCoordP1ui (GLenum type, GLuint coords)
+ void glTexCoordP1uiv (GLenum type, const GLuint* coords)
+ void glTexCoordP2ui (GLenum type, GLuint coords)
+ void glTexCoordP2uiv (GLenum type, const GLuint* coords)
+ void glTexCoordP3ui (GLenum type, GLuint coords)
+ void glTexCoordP3uiv (GLenum type, const GLuint* coords)
+ void glTexCoordP4ui (GLenum type, GLuint coords)
+ void glTexCoordP4uiv (GLenum type, const GLuint* coords)
+ void glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
+ void glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
+ void glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
+ void glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
+ void glVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
+ void glVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
+ void glVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
+ void glVertexAttribP4uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
+ void glVertexP2ui (GLenum type, GLuint value)
+ void glVertexP2uiv (GLenum type, const GLuint* value)
+ void glVertexP3ui (GLenum type, GLuint value)
+ void glVertexP3uiv (GLenum type, const GLuint* value)
+ void glVertexP4ui (GLenum type, GLuint value)
+ void glVertexP4uiv (GLenum type, const GLuint* value)