1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/angle/include/GLES2/gl2platform.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +#ifndef __gl2platform_h_ 1.5 +#define __gl2platform_h_ 1.6 + 1.7 +/* $Revision: 10602 $ on $Date:: 2010-03-04 22:35:34 -0800 #$ */ 1.8 + 1.9 +/* 1.10 + * This document is licensed under the SGI Free Software B License Version 1.11 + * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . 1.12 + */ 1.13 + 1.14 +/* Platform-specific types and definitions for OpenGL ES 2.X gl2.h 1.15 + * 1.16 + * Adopters may modify khrplatform.h and this file to suit their platform. 1.17 + * You are encouraged to submit all modifications to the Khronos group so that 1.18 + * they can be included in future versions of this file. Please submit changes 1.19 + * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla) 1.20 + * by filing a bug against product "OpenGL-ES" component "Registry". 1.21 + */ 1.22 + 1.23 +#include <KHR/khrplatform.h> 1.24 + 1.25 +#ifndef GL_APICALL 1.26 +#define GL_APICALL KHRONOS_APICALL 1.27 +#endif 1.28 + 1.29 +#ifndef GL_APIENTRY 1.30 +#define GL_APIENTRY KHRONOS_APIENTRY 1.31 +#endif 1.32 + 1.33 +#endif /* __gl2platform_h_ */