mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
GLES: Fixed build.
This commit is contained in:
parent
8da579ff99
commit
f54ffcca42
1 changed files with 4 additions and 0 deletions
|
@ -622,6 +622,10 @@ typedef uint64_t GLuint64;
|
|||
# define GL_LOCATION 0x930E
|
||||
#endif // GL_LOCATION
|
||||
|
||||
#ifndef GL_UNSIGNED_INT_10_10_10_2
|
||||
# define GL_UNSIGNED_INT_10_10_10_2 0x8DF6
|
||||
#endif // GL_UNSIGNED_INT_10_10_10_2
|
||||
|
||||
// _KHR or _ARB...
|
||||
#define GL_DEBUG_OUTPUT_SYNCHRONOUS 0x8242
|
||||
#define GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH 0x8243
|
||||
|
|
Loading…
Reference in a new issue