OLD | NEW |
1 #ifndef __gl2ext_h_ | 1 #ifndef __gl2ext_h_ |
2 #define __gl2ext_h_ | 2 #define __gl2ext_h_ |
3 | 3 |
4 /* $Revision: 19436 $ on $Date:: 2012-10-10 10:37:04 -0700 #$ */ | 4 /* $Revision: 19436 $ on $Date:: 2012-10-10 10:37:04 -0700 #$ */ |
5 | 5 |
6 #include <GLES2/gl2chromium.h> | |
7 | |
8 #ifdef __cplusplus | 6 #ifdef __cplusplus |
9 extern "C" { | 7 extern "C" { |
10 #endif | 8 #endif |
11 | 9 |
12 /* | 10 /* |
13 * This document is licensed under the SGI Free Software B License Version | 11 * This document is licensed under the SGI Free Software B License Version |
14 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . | 12 * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . |
15 */ | 13 */ |
16 | 14 |
17 #ifndef GL_APIENTRYP | 15 #ifndef GL_APIENTRYP |
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1802 | 1800 |
1803 /* GL_VIV_shader_binary */ | 1801 /* GL_VIV_shader_binary */ |
1804 #ifndef GL_VIV_shader_binary | 1802 #ifndef GL_VIV_shader_binary |
1805 #define GL_VIV_shader_binary 1 | 1803 #define GL_VIV_shader_binary 1 |
1806 #endif | 1804 #endif |
1807 | 1805 |
1808 #ifdef __cplusplus | 1806 #ifdef __cplusplus |
1809 } | 1807 } |
1810 #endif | 1808 #endif |
1811 | 1809 |
1812 #include <GLES2/gl2extchromium.h> | |
1813 | |
1814 #endif /* __gl2ext_h_ */ | 1810 #endif /* __gl2ext_h_ */ |
OLD | NEW |