summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_EXT_debug_label
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-08-10 11:47:22 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-08-10 11:47:22 +0000
commit706e5d657396530bbd3d91a4e03b5f6b4cb6fa6f (patch)
tree88dfac3941d306264b5d8a8138808b06b986624a /auto/extensions/gl/GL_EXT_debug_label
downloadglew-tarball-706e5d657396530bbd3d91a4e03b5f6b4cb6fa6f.tar.gz
Diffstat (limited to 'auto/extensions/gl/GL_EXT_debug_label')
-rw-r--r--auto/extensions/gl/GL_EXT_debug_label11
1 files changed, 11 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_EXT_debug_label b/auto/extensions/gl/GL_EXT_debug_label
new file mode 100644
index 0000000..df11c9f
--- /dev/null
+++ b/auto/extensions/gl/GL_EXT_debug_label
@@ -0,0 +1,11 @@
+GL_EXT_debug_label
+http://www.opengl.org/registry/specs/EXT/EXT_debug_label.txt
+GL_EXT_debug_label
+ GL_PROGRAM_PIPELINE_OBJECT_EXT 0x8A4F
+ GL_PROGRAM_OBJECT_EXT 0x8B40
+ GL_SHADER_OBJECT_EXT 0x8B48
+ GL_BUFFER_OBJECT_EXT 0x9151
+ GL_QUERY_OBJECT_EXT 0x9153
+ GL_VERTEX_ARRAY_OBJECT_EXT 0x9154
+ void glGetObjectLabelEXT (GLenum type, GLuint object, GLsizei bufSize, GLsizei* length, GLchar *label)
+ void glLabelObjectEXT (GLenum type, GLuint object, GLsizei length, const GLchar* label)