diff options
Diffstat (limited to 'video/out/opengl/header_fixes.h')
-rw-r--r-- | video/out/opengl/header_fixes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/video/out/opengl/header_fixes.h b/video/out/opengl/header_fixes.h index 494658a64b..92867a0d01 100644 --- a/video/out/opengl/header_fixes.h +++ b/video/out/opengl/header_fixes.h @@ -93,6 +93,11 @@ #define GL_TEXTURE_EXTERNAL_OES 0x8D65 #endif +// GL_ANGLE_translated_shader_source +#ifndef GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE +#define GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE 0x93A0 +#endif + #undef MP_GET_GL_WORKAROUNDS #endif // MP_GET_GL_WORKAROUNDS |