Added #define of GL_QUERY_RESULT and GL_QUERY_RESULT_AVAILABLE
This commit is contained in:
parent
6b7652b1cb
commit
45dea96d75
@ -47,6 +47,12 @@
|
|||||||
#define GL_TIME_ELAPSED 0x88BF
|
#define GL_TIME_ELAPSED 0x88BF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef GL_QUERY_RESULT
|
||||||
|
#define GL_QUERY_RESULT 0x8866
|
||||||
|
#define GL_QUERY_RESULT_AVAILABLE 0x8867
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef GL_EXT_timer_query
|
#ifndef GL_EXT_timer_query
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
typedef __int64 GLint64EXT;
|
typedef __int64 GLint64EXT;
|
||||||
|
Loading…
Reference in New Issue
Block a user