Fixup - scripts need space between "GLvoid *" and function name

This commit is contained in:
Nigel Stewart 2012-05-27 17:12:32 -05:00
parent e76dc8df5f
commit 97e2cceb65
1 changed files with 1 additions and 1 deletions

View File

@ -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)