gl_header_fixes: add GL_RGBA32F

Should fix compilation on OSX 10.8.3 and maybe other platforms.
This commit is contained in:
wm4 2013-03-28 22:55:56 +01:00
parent 2585baa649
commit 6232fa26b3
1 changed files with 3 additions and 0 deletions

View File

@ -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