1af69d88dSmrg#ifndef __gl3ext_h_
2af69d88dSmrg#define __gl3ext_h_
3af69d88dSmrg
4af69d88dSmrg/* $Revision: 1.1.1.1 $ on $Date: 2014/12/18 06:02:11 $ */
5af69d88dSmrg
6af69d88dSmrg/*
7af69d88dSmrg * This document is licensed under the SGI Free Software B License Version
8af69d88dSmrg * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
9af69d88dSmrg */
10af69d88dSmrg
11af69d88dSmrg/* OpenGL ES 3 Extensions
12af69d88dSmrg *
13af69d88dSmrg * After an OES extension's interactions with OpenGl ES 3.0 have been documented,
14af69d88dSmrg * its tokens and function definitions should be added to this file in a manner
15af69d88dSmrg * that does not conflict with gl2ext.h or gl3.h.
16af69d88dSmrg *
17af69d88dSmrg * Tokens and function definitions for extensions that have become standard
18af69d88dSmrg * features in OpenGL ES 3.0 will not be added to this file.
19af69d88dSmrg *
20af69d88dSmrg * Applications using OpenGL-ES-2-only extensions should include gl2ext.h
21af69d88dSmrg */
22af69d88dSmrg
23af69d88dSmrg#endif /* __gl3ext_h_ */
24af69d88dSmrg
25