From c166726df6424fee453cd7f64fd3a3d90095abd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 5 Apr 2012 19:57:12 +0100 Subject: [PATCH] glMapObjectBufferATI --- specs/glapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/glapi.py b/specs/glapi.py index 886da1c..ee86b39 100644 --- a/specs/glapi.py +++ b/specs/glapi.py @@ -2142,7 +2142,7 @@ glapi.addFunctions([ GlFunction(Void, "glPrimitiveRestartIndexNV", [(GLuint, "index")]), # GL_ATI_map_object_buffer - GlFunction(GLpointer, "glMapObjectBufferATI", [(GLbuffer, "buffer")]), + GlFunction(GLmap, "glMapObjectBufferATI", [(GLbuffer, "buffer")]), GlFunction(Void, "glUnmapObjectBufferATI", [(GLbuffer, "buffer")]), # GL_ATI_separate_stencil -- 2.43.0