[cogl/wip/cogl-1.14: 63/177] Don't add the ARB suffix for the GL_ARB_map_buffer_range extension
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-1.14: 63/177] Don't add the ARB suffix for the GL_ARB_map_buffer_range extension
- Date: Mon, 21 Jan 2013 15:50:14 +0000 (UTC)
commit e2bb76f007635814809d1356b3188c1585ceade6
Author: Neil Roberts <neil linux intel com>
Date: Fri Oct 19 20:37:32 2012 +0100
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>
(cherry picked from commit f355d0a01af9015ffdcd574477090cdc69025280)
cogl/gl-prototypes/cogl-all-functions.h | 2 +-
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 870722e..7d0ed20 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]