mirror of
https://github.com/XProger/OpenLara.git
synced 2025-02-24 07:22:58 +01:00
OGL hack over different versions of headers >_<
This commit is contained in:
parent
664ada9bfb
commit
ab1a57c994
@ -51,7 +51,9 @@
|
|||||||
#define GL_UNSIGNED_INT_24_8 GL_UNSIGNED_INT_24_8_OES
|
#define GL_UNSIGNED_INT_24_8 GL_UNSIGNED_INT_24_8_OES
|
||||||
|
|
||||||
#define glTexImage3D(...) 0
|
#define glTexImage3D(...) 0
|
||||||
#define GL_TEXTURE_3D GL_TEXTURE_3D_OES
|
#ifndef GL_TEXTURE_3D // WUUUUUT!?
|
||||||
|
#define GL_TEXTURE_3D GL_TEXTURE_3D_OES
|
||||||
|
#endif
|
||||||
|
|
||||||
#define glGenVertexArrays(...)
|
#define glGenVertexArrays(...)
|
||||||
#define glDeleteVertexArrays(...)
|
#define glDeleteVertexArrays(...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user