mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
[786/906] glprototypes: Add support for NV extensions for DrawBuffers and ReadBuffer
This commit is contained in:
parent
b6207a10a2
commit
396717587e
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_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))
|
||||
|
|
Loading…
Reference in a new issue