mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
9 lines
288 B
Plaintext
9 lines
288 B
Plaintext
GL_EXT_compiled_vertex_array
|
|
http://www.opengl.org/registry/specs/EXT/compiled_vertex_array.txt
|
|
GL_EXT_compiled_vertex_array
|
|
|
|
GL_ARRAY_ELEMENT_LOCK_FIRST_EXT 0x81A8
|
|
GL_ARRAY_ELEMENT_LOCK_COUNT_EXT 0x81A9
|
|
void glLockArraysEXT (GLint first, GLsizei count)
|
|
void glUnlockArraysEXT (void)
|