Fixed Android build.
This commit is contained in:
parent
d17f7f0f5a
commit
cda2261c6e
@ -489,6 +489,14 @@ typedef uint64_t GLuint64;
|
||||
# define GL_QUERY_RESULT_AVAILABLE 0x8867
|
||||
#endif // GL_QUERY_RESULT_AVAILABLE
|
||||
|
||||
#ifndef GL_SAMPLES_PASSED
|
||||
# define GL_SAMPLES_PASSED 0x8914
|
||||
#endif // GL_SAMPLES_PASSED
|
||||
|
||||
#ifndef GL_ANY_SAMPLES_PASSED
|
||||
# define GL_ANY_SAMPLES_PASSED 0x8C2F
|
||||
#endif // GL_ANY_SAMPLES_PASSED
|
||||
|
||||
#ifndef GL_READ_FRAMEBUFFER
|
||||
# define GL_READ_FRAMEBUFFER 0x8CA8
|
||||
#endif /// GL_READ_FRAMEBUFFER
|
||||
|
Loading…
Reference in New Issue
Block a user