diff options
Diffstat (limited to 'video/out/opengl/common.h')
-rw-r--r-- | video/out/opengl/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/opengl/common.h b/video/out/opengl/common.h index ef75ae1645..cc6f7b6459 100644 --- a/video/out/opengl/common.h +++ b/video/out/opengl/common.h @@ -212,6 +212,9 @@ struct GL { GLuint (GLAPIENTRY *GetUniformBlockIndex)(GLuint, const GLchar *); void (GLAPIENTRY *UniformBlockBinding)(GLuint, GLuint, GLuint); + void (GLAPIENTRY *GetTranslatedShaderSourceANGLE)(GLuint, GLsizei, + GLsizei*, GLchar* source); + void (GLAPIENTRY *DebugMessageCallback)(MP_GLDEBUGPROC callback, const void *userParam); |