1
0
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:
wm4 2015-11-09 14:29:58 +01:00
parent 930f841589
commit caa497ee8a

View File

@ -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),