diff options
Diffstat (limited to 'meta-renesas-extras/recipes/gles-module/gles-user-module/gl3ext.h')
-rw-r--r-- | meta-renesas-extras/recipes/gles-module/gles-user-module/gl3ext.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-renesas-extras/recipes/gles-module/gles-user-module/gl3ext.h b/meta-renesas-extras/recipes/gles-module/gles-user-module/gl3ext.h new file mode 100644 index 0000000..4d4ea96 --- /dev/null +++ b/meta-renesas-extras/recipes/gles-module/gles-user-module/gl3ext.h | |||
@@ -0,0 +1,24 @@ | |||
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 | |||