You.i Engine
YiEGLPlatform.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_EGL_PLATFORM_H_
3 #define _YI_EGL_PLATFORM_H_
4 
5 #if defined(YI_OPENGL_ES2_RENDERING) && !defined(YI_IOS) && !defined(YI_TVOS) && !defined(YI_WEBOS)
6 
7 #include <EGL/eglplatform.h>
8 
9 #endif /* defined(YI_OPENGL_ES2_RENDERING) && !defined(YI_IOS) && !defined(YI_TVOS) && !defined(YI_WEBOS) */
10 
11 #endif /* _YI_EGL_PLATFORM_H_ */
12