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