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.

14 lines
638B

  1. GL_INTEL_parallel_arrays
  2. http://www.opengl.org/registry/specs/INTEL/parallel_arrays.txt
  3. GL_INTEL_parallel_arrays
  4. GL_PARALLEL_ARRAYS_INTEL 0x83F4
  5. GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL 0x83F5
  6. GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL 0x83F6
  7. GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL 0x83F7
  8. GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL 0x83F8
  9. void glColorPointervINTEL (GLint size, GLenum type, const void** pointer)
  10. void glNormalPointervINTEL (GLenum type, const void** pointer)
  11. void glTexCoordPointervINTEL (GLint size, GLenum type, const void** pointer)
  12. void glVertexPointervINTEL (GLint size, GLenum type, const void** pointer)