From 362db1c44538c65ba98d9ae7258c79a1babcbbbd Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Fri, 19 Oct 2012 20:37:32 +0100 Subject: [PATCH] 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 (cherry picked from commit f355d0a01af9015ffdcd574477090cdc69025280) --- cogl/gl-prototypes/cogl-all-functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/gl-prototypes/cogl-all-functions.h b/cogl/gl-prototypes/cogl-all-functions.h index 870722e40..7d0ed20d1 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,