mirror of https://github.com/axmolengine/axmol.git
parent
e2140aea0b
commit
84a946f676
|
@ -30,4 +30,10 @@ THE SOFTWARE.
|
||||||
|
|
||||||
#define CC_GL_DEPTH24_STENCIL8 -1
|
#define CC_GL_DEPTH24_STENCIL8 -1
|
||||||
|
|
||||||
|
|
||||||
|
#define glDeleteVertexArrays glDeleteVertexArraysAPPLE
|
||||||
|
#define glGenVertexArrays glGenVertexArraysAPPLE
|
||||||
|
#define glBindVertexArray glBindVertexArrayAPPLE
|
||||||
|
|
||||||
|
|
||||||
#endif // __CCGL_H__
|
#endif // __CCGL_H__
|
||||||
|
|
Loading…
Reference in New Issue