mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
gl_header_fixes: add GL_RGBA32F
Should fix compilation on OSX 10.8.3 and maybe other platforms.
This commit is contained in:
parent
2585baa649
commit
6232fa26b3
@ -216,6 +216,9 @@
|
||||
#ifndef GL_PROGRAM_ERROR_STRING
|
||||
#define GL_PROGRAM_ERROR_STRING 0x8874
|
||||
#endif
|
||||
#ifndef GL_RGBA32F
|
||||
#define GL_RGBA32F 0x8814
|
||||
#endif
|
||||
/** \} */ // end of glextdefines group
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user