You.i Engine
YiGLPlatform.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_GL_PLATFORM_H_
3 #define _YI_GL_PLATFORM_H_
4 
5 #include "framework/YiPredef.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #ifndef GL_APIENTRY
12 # if defined(YI_WIN32)
13 # define GL_APIENTRY __stdcall
14 # else
15 # define GL_APIENTRY
16 # endif
17 #endif
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif /* _YI_GL_PLATFORM_H_ */