blob: 89d4d44dc1bbfd1f19ed2789901276561346f7d6 [file] [log] [blame]
Brian Paul0ebc94d2008-06-04 10:04:31 -06001#ifndef __gl2platform_h_
2#define __gl2platform_h_
3
Ilia Mirkin6a5504d2016-08-28 13:07:25 -04004/* $Revision: 23328 $ on $Date:: 2013-10-02 02:28:28 -0700 #$ */
Brian Paul0ebc94d2008-06-04 10:04:31 -06005
6/*
Chia-I Wu59f8dca2010-05-31 10:15:55 +08007 * This document is licensed under the SGI Free Software B License Version
8 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
9 */
Brian Paul0ebc94d2008-06-04 10:04:31 -060010
Chia-I Wu59f8dca2010-05-31 10:15:55 +080011/* Platform-specific types and definitions for OpenGL ES 2.X gl2.h
12 *
13 * Adopters may modify khrplatform.h and this file to suit their platform.
14 * You are encouraged to submit all modifications to the Khronos group so that
15 * they can be included in future versions of this file. Please submit changes
16 * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
17 * by filing a bug against product "OpenGL-ES" component "Registry".
18 */
Brian Paul0ebc94d2008-06-04 10:04:31 -060019
Chia-I Wu59f8dca2010-05-31 10:15:55 +080020#include <KHR/khrplatform.h>
21
22#ifndef GL_APICALL
23#define GL_APICALL KHRONOS_APICALL
Brian Paul0ebc94d2008-06-04 10:04:31 -060024#endif
25
Chia-I Wu59f8dca2010-05-31 10:15:55 +080026#ifndef GL_APIENTRY
27#define GL_APIENTRY KHRONOS_APIENTRY
Brian Paul0ebc94d2008-06-04 10:04:31 -060028#endif
29
30#endif /* __gl2platform_h_ */