mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
[786/906] glprototypes: Add support for NV extensions for DrawBuffers and ReadBuffer
This commit is contained in:
parent
ba1403fdd4
commit
52052a758a
1 changed files with 3 additions and 3 deletions
|
@ -40,15 +40,15 @@ GST_GL_EXT_END ()
|
||||||
|
|
||||||
GST_GL_EXT_BEGIN (read_buffer, 1, 0,
|
GST_GL_EXT_BEGIN (read_buffer, 1, 0,
|
||||||
GST_GL_API_GLES3,
|
GST_GL_API_GLES3,
|
||||||
"\0",
|
"NV\0",
|
||||||
"\0")
|
"read_buffer\0")
|
||||||
GST_GL_EXT_FUNCTION (void, ReadBuffer,
|
GST_GL_EXT_FUNCTION (void, ReadBuffer,
|
||||||
(GLenum mode))
|
(GLenum mode))
|
||||||
GST_GL_EXT_END ()
|
GST_GL_EXT_END ()
|
||||||
|
|
||||||
GST_GL_EXT_BEGIN (draw_buffers, 2, 1,
|
GST_GL_EXT_BEGIN (draw_buffers, 2, 1,
|
||||||
GST_GL_API_GLES3,
|
GST_GL_API_GLES3,
|
||||||
"ARB\0ATI\0",
|
"ARB\0ATI\0NV\0",
|
||||||
"draw_buffers\0")
|
"draw_buffers\0")
|
||||||
GST_GL_EXT_FUNCTION (void, DrawBuffers,
|
GST_GL_EXT_FUNCTION (void, DrawBuffers,
|
||||||
(GLsizei n, const GLenum *bufs))
|
(GLsizei n, const GLenum *bufs))
|
||||||
|
|
Loading…
Reference in a new issue