gles: Fix the functions names for the GL_OES_framebuffer_object ext
In 91cde78a7
I accidentally changed the function names that get looked
up for the framebuffer extension under GLES so that they didn't have
any suffix. The spec for extension specifies that they should have the
OES suffix.
This commit is contained in:
parent
6243a5dc34
commit
36298bbe30
@ -25,10 +25,7 @@
|
||||
these macros */
|
||||
|
||||
COGL_FEATURE_BEGIN (offscreen, 255, 255,
|
||||
/* for some reason the ARB version of this
|
||||
extension doesn't have an ARB suffix for the
|
||||
functions */
|
||||
"OES:\0",
|
||||
"OES\0",
|
||||
"framebuffer_object\0",
|
||||
COGL_FEATURE_OFFSCREEN)
|
||||
COGL_FEATURE_FUNCTION (void, glGenRenderbuffers,
|
||||
|
Loading…
Reference in New Issue
Block a user