1b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian#ifndef __gl2platform_h_
2b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian#define __gl2platform_h_
3b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian
43703f7f014846b8bf83e08a8bf25450dd0dcd7afJesse Hall/* $Revision: 23328 $ on $Date:: 2013-10-02 02:28:28 -0700 #$ */
5b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian
6b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian/*
7b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian * This document is licensed under the SGI Free Software B License Version
8b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
9b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian */
10b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian
11b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian/* Platform-specific types and definitions for OpenGL ES 2.X  gl2.h
12b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian *
13b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian * Adopters may modify khrplatform.h and this file to suit their platform.
14b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian * You are encouraged to submit all modifications to the Khronos group so that
15b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian * they can be included in future versions of this file.  Please submit changes
16b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
17b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian * by filing a bug against product "OpenGL-ES" component "Registry".
18b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian */
19b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian
20b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian#include <KHR/khrplatform.h>
21b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian
22b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian#ifndef GL_APICALL
23b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian#define GL_APICALL  KHRONOS_APICALL
24b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian#endif
25b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian
268f62c3031e0c8297d3fa1593430ab402cf6a776fMathias Agopian#ifndef GL_APIENTRY
27b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian#define GL_APIENTRY KHRONOS_APIENTRY
288f62c3031e0c8297d3fa1593430ab402cf6a776fMathias Agopian#endif
29b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian
30b1a39d67be99fe6c4545b25e10ac82a5dd1df634Mathias Agopian#endif /* __gl2platform_h_ */
31