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.

13 lines
703B

  1. GL_APPLE_element_array
  2. http://www.opengl.org/registry/specs/APPLE/element_array.txt
  3. GL_APPLE_element_array
  4. GL_ELEMENT_ARRAY_APPLE 0x8A0C
  5. GL_ELEMENT_ARRAY_TYPE_APPLE 0x8A0D
  6. GL_ELEMENT_ARRAY_POINTER_APPLE 0x8A0E
  7. void glDrawElementArrayAPPLE (GLenum mode, GLint first, GLsizei count)
  8. void glDrawRangeElementArrayAPPLE (GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count)
  9. void glElementPointerAPPLE (GLenum type, const void *pointer)
  10. void glMultiDrawElementArrayAPPLE (GLenum mode, const GLint* first, const GLsizei *count, GLsizei primcount)
  11. void glMultiDrawRangeElementArrayAPPLE (GLenum mode, GLuint start, GLuint end, const GLint* first, const GLsizei *count, GLsizei primcount)