summaryrefslogtreecommitdiff
path: root/cogl/gl-prototypes/cogl-core-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/gl-prototypes/cogl-core-functions.h')
-rw-r--r--cogl/gl-prototypes/cogl-core-functions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cogl/gl-prototypes/cogl-core-functions.h b/cogl/gl-prototypes/cogl-core-functions.h
index f37041b7..13db1623 100644
--- a/cogl/gl-prototypes/cogl-core-functions.h
+++ b/cogl/gl-prototypes/cogl-core-functions.h
@@ -42,10 +42,6 @@
* functions are available in core, or 255 if it isn't available in
* any version.
*
- * @gles_availability: flags to specify which versions of GLES the
- * functions are available in. Should be a combination of
- * COGL_EXT_IN_GLES and COGL_EXT_IN_GLES2.
- *
* @extension_suffixes: A zero-separated list of suffixes in a
* string. These are appended to the extension name to get a complete
* extension name to try. The suffix is also appended to all of the
@@ -60,7 +56,6 @@
available */
COGL_EXT_BEGIN (core,
0, 0,
- COGL_EXT_IN_GLES | COGL_EXT_IN_GLES2,
"\0",
"\0")
COGL_EXT_FUNCTION (void, glBindTexture,