mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed Android build.
This commit is contained in:
parent
d17f7f0f5a
commit
cda2261c6e
1 changed files with 8 additions and 0 deletions
|
@ -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 a new issue