mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43: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
|
||||
http://www.opengl.org/registry/specs/ATI/map_object_buffer.txt
|
||||
GL_ATI_map_object_buffer
|
||||
GLvoid *glMapObjectBufferATI (GLuint buffer)
|
||||
GLvoid * glMapObjectBufferATI (GLuint buffer)
|
||||
void glUnmapObjectBufferATI (GLuint buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user