From 52052a758a98dca12d561acf35d0d5fbdf8e7910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 24 Jul 2013 13:35:27 +0200 Subject: [PATCH] [786/906] glprototypes: Add support for NV extensions for DrawBuffers and ReadBuffer --- gst-libs/gst/gl/glprototypes/gles3opengl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/gl/glprototypes/gles3opengl.h b/gst-libs/gst/gl/glprototypes/gles3opengl.h index b797095129..aeee714f57 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))