diff options
Diffstat (limited to 'glew/auto/extensions/gl/GL_ATI_map_object_buffer')
-rw-r--r-- | glew/auto/extensions/gl/GL_ATI_map_object_buffer | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_ATI_map_object_buffer b/glew/auto/extensions/gl/GL_ATI_map_object_buffer new file mode 100644 index 0000000..6a683d0 --- /dev/null +++ b/glew/auto/extensions/gl/GL_ATI_map_object_buffer @@ -0,0 +1,6 @@ +GL_ATI_map_object_buffer +http://www.opengl.org/registry/specs/ATI/map_object_buffer.txt +GL_ATI_map_object_buffer + + void * glMapObjectBufferATI (GLuint buffer) + void glUnmapObjectBufferATI (GLuint buffer) |