···11+#ifndef __gl3ext_h_
22+#define __gl3ext_h_
33+44+/* $Revision: 17809 $ on $Date:: 2012-05-14 08:03:36 -0700 #$ */
55+66+/*
77+ * This document is licensed under the SGI Free Software B License Version
88+ * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
99+ */
1010+1111+/* OpenGL ES 3 Extensions
1212+ *
1313+ * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
1414+ * its tokens and function definitions should be added to this file in a manner
1515+ * that does not conflict with gl2ext.h or gl3.h.
1616+ *
1717+ * Tokens and function definitions for extensions that have become standard
1818+ * features in OpenGL ES 3.0 will not be added to this file.
1919+ *
2020+ * Applications using OpenGL-ES-2-only extensions should include gl2ext.h
2121+ */
2222+2323+#endif /* __gl3ext_h_ */
2424+