diff --git a/auto/core/GL_EXT_debug_marker b/auto/core/GL_EXT_debug_marker new file mode 100644 index 0000000..9d0628c --- /dev/null +++ b/auto/core/GL_EXT_debug_marker @@ -0,0 +1,6 @@ +GL_EXT_debug_marker +http://www.khronos.org/registry/gles/extensions/EXT/EXT_debug_marker.txt +GL_EXT_debug_marker + void glInsertEventMarkerEXT (GLsizei length, const GLchar* marker) + void glPushGroupMarkerEXT (GLsizei length, const GLchar* marker) + void glPopGroupMarkerEXT (void)