diff --git a/src/renderer_gl.h b/src/renderer_gl.h index 78126806d..7325a0514 100644 --- a/src/renderer_gl.h +++ b/src/renderer_gl.h @@ -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