mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed issue #2368.
This commit is contained in:
@@ -624,7 +624,7 @@ typedef uint64_t GLuint64;
|
||||
# define GL_MAX_SAMPLES 0x8D57
|
||||
#endif // GL_MAX_SAMPLES
|
||||
|
||||
#ifndef GL_MAX_SAMPLES_IMG
|
||||
#ifndef GL_MAX_SAMPLES_IMG
|
||||
# define GL_MAX_SAMPLES_IMG 0x9135
|
||||
#endif // GL_MAX_SAMPLES_IMG
|
||||
|
||||
@@ -981,6 +981,10 @@ typedef uint64_t GLuint64;
|
||||
# define GL_COMMAND_BARRIER_BIT 0x00000040
|
||||
#endif // GL_COMMAND_BARRIER_BIT
|
||||
|
||||
#ifndef GL_FIRST_VERTEX_CONVENTION
|
||||
# define GL_FIRST_VERTEX_CONVENTION 0x8E4D
|
||||
#endif // GL_FIRST_VERTEX_CONVENTION
|
||||
|
||||
// _KHR or _ARB...
|
||||
#define GL_DEBUG_OUTPUT_SYNCHRONOUS 0x8242
|
||||
#define GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH 0x8243
|
||||
|
||||
Reference in New Issue
Block a user