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