🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
913 B

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