From 3df95ee57afac4b92524daf50b646fac92072b81 Mon Sep 17 00:00:00 2001 From: Bin Jin Date: Fri, 10 Jun 2016 12:28:21 +0000 Subject: vo_opengl: remove uniform buffer object routines --- video/out/opengl/common.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'video/out/opengl/common.c') diff --git a/video/out/opengl/common.c b/video/out/opengl/common.c index 8cc974ba93..30321abc86 100644 --- a/video/out/opengl/common.c +++ b/video/out/opengl/common.c @@ -406,17 +406,6 @@ static const struct gl_functions gl_functions[] = { {0} }, }, - // uniform buffer object extensions, requires OpenGL 3.1. - { - .ver_core = 310, - .ver_es_core = 300, - .extension = "GL_ARB_uniform_buffer_object", - .functions = (const struct gl_function[]) { - DEF_FN(GetUniformBlockIndex), - DEF_FN(UniformBlockBinding), - {0} - }, - }, { .extension = "GL_ANGLE_translated_shader_source", .functions = (const struct gl_function[]) { -- cgit v1.2.3