blob: c9fa3c4d64bd2f4fa702ba1405e597012790bb10 [file] [log] [blame]
Brian Paul0ebc94d2008-06-04 10:04:31 -06001#ifndef __gl2platform_h_
2#define __gl2platform_h_
3
Chia-I Wu59f8dca2010-05-31 10:15:55 +08004/* $Revision: 10602 $ on $Date:: 2010-03-04 22:35:34 -0800 #$ */
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_ */