1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_NV_conditional_render

9 lines
338 B
Text

GL_NV_conditional_render
http://www.opengl.org/registry/specs/gl/NV/conditional_render.txt
GL_NV_conditional_render
GL_QUERY_WAIT_NV 0x8E13
GL_QUERY_NO_WAIT_NV 0x8E14
GL_QUERY_BY_REGION_WAIT_NV 0x8E15
GL_QUERY_BY_REGION_NO_WAIT_NV 0x8E16
void glBeginConditionalRenderNV (GLuint id, GLenum mode)
void glEndConditionalRenderNV (void)