diff options
Diffstat (limited to 'video/out/opengl/common.c')
-rw-r--r-- | video/out/opengl/common.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/video/out/opengl/common.c b/video/out/opengl/common.c index f9c830f25a..ee8b4c6468 100644 --- a/video/out/opengl/common.c +++ b/video/out/opengl/common.c @@ -344,6 +344,13 @@ static const struct gl_functions gl_functions[] = { {0} }, }, + { + .extension = "GL_ANGLE_translated_shader_source", + .functions = (const struct gl_function[]) { + DEF_FN(GetTranslatedShaderSourceANGLE), + {0} + }, + }, }; #undef FN_OFFS |