mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gl/buffer_storage: re-enable GL_ARB_buffer_storage
The extension version doesn't have the ARB suffix. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1273>
This commit is contained in:
parent
3ec9795a28
commit
f6aea043f9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ GST_GL_EXT_BEGIN (buffer_storage,
|
|||
GST_GL_API_GLES2,
|
||||
4, 4,
|
||||
255, 255,
|
||||
"EXT\0", /* XXX: GL_ARB_buffer_storage advertisement seems to be broken in Mesa */
|
||||
"EXT\0ARB:\0", /* ARB version doesn't have function suffixes */
|
||||
"buffer_storage\0")
|
||||
GST_GL_EXT_FUNCTION (void, BufferStorage,
|
||||
(GLenum target, GLsizeiptr, const void * data, GLbitfield flags))
|
||||
|
|
Loading…
Reference in a new issue