mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 04:15:13 +00:00
vo_opengl: fix extension name
This commit is contained in:
parent
930f841589
commit
caa497ee8a
@ -317,7 +317,7 @@ static const struct gl_functions gl_functions[] = {
|
||||
// uniform buffer object extensions, requires OpenGL 3.1.
|
||||
{
|
||||
.ver_core = 310,
|
||||
.extension = "ARB_uniform_buffer_object",
|
||||
.extension = "GL_ARB_uniform_buffer_object",
|
||||
.functions = (const struct gl_function[]) {
|
||||
DEF_FN(GetUniformBlockIndex),
|
||||
DEF_FN(UniformBlockBinding),
|
||||
|
Loading…
Reference in New Issue
Block a user