You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
429B

  1. GL_QCOM_extended_get2
  2. http://www.opengl.org/registry/specs/QCOM/extended_get2.txt
  3. GL_QCOM_extended_get2
  4. void glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar* source, GLint* length)
  5. void glExtGetProgramsQCOM (GLuint* programs, GLint maxPrograms, GLint* numPrograms)
  6. void glExtGetShadersQCOM (GLuint* shaders, GLint maxShaders, GLint* numShaders)
  7. GLboolean glExtIsProgramBinaryQCOM (GLuint program)