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_EXT_separate_shader_objects

7 lines
333 B
Text

GL_EXT_separate_shader_objects
http://www.opengl.org/registry/specs/gl/EXT/separate_shader_objects.txt
GL_EXT_separate_shader_objects
GL_ACTIVE_PROGRAM_EXT 0x8B8D
void glActiveProgramEXT (GLuint program)
GLuint glCreateShaderProgramEXT (GLenum type, const GLchar* string)
void glUseShaderProgramEXT (GLenum type, GLuint program)