mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
Fixup - scripts need space between "GLvoid *" and function name
This commit is contained in:
parent
e76dc8df5f
commit
97e2cceb65
@ -1,5 +1,5 @@
|
|||||||
GL_ATI_map_object_buffer
|
GL_ATI_map_object_buffer
|
||||||
http://www.opengl.org/registry/specs/ATI/map_object_buffer.txt
|
http://www.opengl.org/registry/specs/ATI/map_object_buffer.txt
|
||||||
GL_ATI_map_object_buffer
|
GL_ATI_map_object_buffer
|
||||||
GLvoid *glMapObjectBufferATI (GLuint buffer)
|
GLvoid * glMapObjectBufferATI (GLuint buffer)
|
||||||
void glUnmapObjectBufferATI (GLuint buffer)
|
void glUnmapObjectBufferATI (GLuint buffer)
|
||||||
|
Loading…
Reference in New Issue
Block a user