summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-10-19 20:37:32 +0100
committerNeil Roberts <neil@linux.intel.com>2012-10-19 20:37:32 +0100
commitf355d0a01af9015ffdcd574477090cdc69025280 (patch)
treeeb26f529ba0b9919c8dcd06af294bb051db0e4f4
parent87c02670107f00008611cbb0a8cfc97c8b6ea956 (diff)
downloadcogl-f355d0a01af9015ffdcd574477090cdc69025280.tar.gz
Don't add the ARB suffix for the GL_ARB_map_buffer_range extension
The functions defined in the GL_ARB_map_buffer_range extension have no suffix. Reviewed-by: Robert Bragg <robert@linux.intel.com>
-rw-r--r--cogl/gl-prototypes/cogl-all-functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/gl-prototypes/cogl-all-functions.h b/cogl/gl-prototypes/cogl-all-functions.h
index 870722e4..7d0ed20d 100644
--- a/cogl/gl-prototypes/cogl-all-functions.h
+++ b/cogl/gl-prototypes/cogl-all-functions.h
@@ -289,7 +289,7 @@ COGL_EXT_END ()
COGL_EXT_BEGIN (map_region, 3, 0,
0, /* not in either GLES */
- "ARB\0",
+ "ARB:\0",
"map_buffer_range\0")
COGL_EXT_FUNCTION (GLvoid *, glMapBufferRange,
(GLenum target,