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.

15 lines
389B

  1. GL_AMD_interleaved_elements
  2. http://www.opengl.org/registry/specs/AMD/interleaved_elements.txt
  3. GL_AMD_interleaved_elements
  4. GL_RED 0x1903
  5. GL_GREEN 0x1904
  6. GL_BLUE 0x1905
  7. GL_ALPHA 0x1906
  8. GL_RG8UI 0x8238
  9. GL_RG16UI 0x823A
  10. GL_RGBA8UI 0x8D7C
  11. GL_VERTEX_ELEMENT_SWIZZLE_AMD 0x91A4
  12. GL_VERTEX_ID_SWIZZLE_AMD 0x91A5
  13. void glVertexAttribParameteriAMD (GLuint index, GLenum pname, GLint param)