mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
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)
This commit is contained in:
parent
7654c7cffc
commit
362db1c445
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user