gl3ext.h 741 B

123456789101112131415161718192021222324
  1. #ifndef __gl3ext_h_
  2. #define __gl3ext_h_
  3. /* $Revision: 17809 $ on $Date:: 2012-05-14 08:03:36 -0700 #$ */
  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. /* OpenGL ES 3 Extensions
  9. *
  10. * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
  11. * its tokens and function definitions should be added to this file in a manner
  12. * that does not conflict with gl2ext.h or gl3.h.
  13. *
  14. * Tokens and function definitions for extensions that have become standard
  15. * features in OpenGL ES 3.0 will not be added to this file.
  16. *
  17. * Applications using OpenGL-ES-2-only extensions should include gl2ext.h
  18. */
  19. #endif /* __gl3ext_h_ */