summaryrefslogtreecommitdiff
path: root/cogl/gl-prototypes/cogl-all-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/gl-prototypes/cogl-all-functions.h')
-rw-r--r--cogl/gl-prototypes/cogl-all-functions.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cogl/gl-prototypes/cogl-all-functions.h b/cogl/gl-prototypes/cogl-all-functions.h
index b3d7739e..a8a6e61a 100644
--- a/cogl/gl-prototypes/cogl-all-functions.h
+++ b/cogl/gl-prototypes/cogl-all-functions.h
@@ -318,3 +318,11 @@ COGL_EXT_FUNCTION (void, glDeleteSync,
(GLsync sync))
COGL_EXT_END ()
#endif
+
+COGL_EXT_BEGIN (draw_buffers, 2, 0,
+ COGL_EXT_IN_GLES3,
+ "ARB\0EXT\0",
+ "draw_buffers\0")
+COGL_EXT_FUNCTION (void, glDrawBuffers,
+ (GLsizei n, const GLenum *bufs))
+COGL_EXT_END ()