summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-24 13:35:27 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-24 13:36:21 +0200
commitd8f38905091b6f9d70ff01dbc5c898f93407c961 (patch)
treee4e7bd99aeb28588d5a57001adeda19e083d1344
parenta8d0991b8714f4a198a1548a14b7c4637dcf774b (diff)
glprototypes: Add support for NV extensions for DrawBuffers and ReadBuffer
-rw-r--r--gst-libs/gst/gl/glprototypes/gles3opengl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/gl/glprototypes/gles3opengl.h b/gst-libs/gst/gl/glprototypes/gles3opengl.h
index b797095..aeee714 100644
--- a/gst-libs/gst/gl/glprototypes/gles3opengl.h
+++ b/gst-libs/gst/gl/glprototypes/gles3opengl.h
@@ -40,15 +40,15 @@ GST_GL_EXT_END ()
GST_GL_EXT_BEGIN (read_buffer, 1, 0,
GST_GL_API_GLES3,
- "\0",
- "\0")
+ "NV\0",
+ "read_buffer\0")
GST_GL_EXT_FUNCTION (void, ReadBuffer,
(GLenum mode))
GST_GL_EXT_END ()
GST_GL_EXT_BEGIN (draw_buffers, 2, 1,
GST_GL_API_GLES3,
- "ARB\0ATI\0",
+ "ARB\0ATI\0NV\0",
"draw_buffers\0")
GST_GL_EXT_FUNCTION (void, DrawBuffers,
(GLsizei n, const GLenum *bufs))