Add support for GLES 3.2
[platform/core/uifw/coregl.git] / src / coregl_internal.h
index c1a8965..b1cfc51 100644 (file)
@@ -75,6 +75,7 @@ static inline GLuint GET_UINT_FROM_FLOAT(GLfloat value)
 typedef GLvoid      *GLvoidptr;
 typedef GLuint       GLuintmask;
 
+#define COREGL_GLAPI_32        5
 #define COREGL_GLAPI_31        4
 #define COREGL_GLAPI_3 3
 #define COREGL_GLAPI_2 2