From f54ffcca42de7c62a76cac09187a8f9cc3324f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 4 Aug 2015 20:06:01 -0700 Subject: [PATCH] GLES: Fixed build. --- src/renderer_gl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/renderer_gl.h b/src/renderer_gl.h index 7bd186cf1..efc1e75e2 100644 --- a/src/renderer_gl.h +++ b/src/renderer_gl.h @@ -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