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.

11 lines
408B

  1. GL_ATI_element_array
  2. http://www.opengl.org/registry/specs/ATI/element_array.txt
  3. GL_ATI_element_array
  4. GL_ELEMENT_ARRAY_ATI 0x8768
  5. GL_ELEMENT_ARRAY_TYPE_ATI 0x8769
  6. GL_ELEMENT_ARRAY_POINTER_ATI 0x876A
  7. void glDrawElementArrayATI (GLenum mode, GLsizei count)
  8. void glDrawRangeElementArrayATI (GLenum mode, GLuint start, GLuint end, GLsizei count)
  9. void glElementPointerATI (GLenum type, const void *pointer)