summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/common.c')
-rw-r--r--video/out/opengl/common.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/video/out/opengl/common.c b/video/out/opengl/common.c
index f2550e8b8c..0b83555ad2 100644
--- a/video/out/opengl/common.c
+++ b/video/out/opengl/common.c
@@ -352,6 +352,11 @@ static const struct gl_functions gl_functions[] = {
},
},
{
+ .ver_core = 310,
+ .extension = "GL_ARB_uniform_buffer_object",
+ .provides = MPGL_CAP_UBO,
+ },
+ {
.ver_core = 430,
.extension = "GL_ARB_shader_storage_buffer_object",
.provides = MPGL_CAP_SSBO,