mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
Add Regal-supported ES related GL_EXT_debug_marker.
This commit is contained in:
parent
5b0724197a
commit
064f87e7b6
6
auto/core/GL_EXT_debug_marker
Normal file
6
auto/core/GL_EXT_debug_marker
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user