You.i Engine
YiGLExt.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_GL_EXT_H_
3 #define _YI_GL_EXT_H_
4 #if defined(YI_NO_DYNAMIC_LOADING)
6 #if defined(YI_OPENGL_ES2_RENDERING)
7 #include <GLES2/gl2.h>
8 #else
9 #error "OpenGL ES2 rendering is supported without dynamic loading."
10 #endif
11 #else
13 #endif
14 #endif /* _YI_GL_EXT_H_ */