diff options
| author | Ray <[email protected]> | 2018-01-19 11:43:21 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-01-19 11:43:21 +0100 |
| commit | 6f73008007893bb8d9c0c386b734e2c8332f83b2 (patch) | |
| tree | 43104b379b10760c79c7531a9140406c32dc62ac /src/external/include/ANGLE/GLES3/gl3ext.h | |
| parent | 5931bd501cb671854a85b4312bd4da614b6c8797 (diff) | |
| parent | 750323da53dd34cb02d2919066259da7ab7dc7a9 (diff) | |
| download | raylib-6f73008007893bb8d9c0c386b734e2c8332f83b2.tar.gz raylib-6f73008007893bb8d9c0c386b734e2c8332f83b2.zip | |
Merge pull request #434 from raysan5/testing_uwp
Integration of UWP support
Diffstat (limited to 'src/external/include/ANGLE/GLES3/gl3ext.h')
| -rw-r--r-- | src/external/include/ANGLE/GLES3/gl3ext.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/external/include/ANGLE/GLES3/gl3ext.h b/src/external/include/ANGLE/GLES3/gl3ext.h new file mode 100644 index 00000000..4d4ea96c --- /dev/null +++ b/src/external/include/ANGLE/GLES3/gl3ext.h @@ -0,0 +1,24 @@ +#ifndef __gl3ext_h_ +#define __gl3ext_h_ + +/* $Revision: 17809 $ on $Date:: 2012-05-14 08:03:36 -0700 #$ */ + +/* + * This document is licensed under the SGI Free Software B License Version + * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . + */ + +/* OpenGL ES 3 Extensions + * + * After an OES extension's interactions with OpenGl ES 3.0 have been documented, + * its tokens and function definitions should be added to this file in a manner + * that does not conflict with gl2ext.h or gl3.h. + * + * Tokens and function definitions for extensions that have become standard + * features in OpenGL ES 3.0 will not be added to this file. + * + * Applications using OpenGL-ES-2-only extensions should include gl2ext.h + */ + +#endif /* __gl3ext_h_ */ + |
