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:
Neil Roberts 2010-05-05 12:05:15 +01:00
parent 6243a5dc34
commit 36298bbe30

View File

@ -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,