| OLD | NEW |
| 1 #ifndef __gl2ext_h_ | 1 #ifndef __gl2ext_h_ |
| 2 #define __gl2ext_h_ 1 | 2 #define __gl2ext_h_ 1 |
| 3 | 3 |
| 4 #ifdef __cplusplus | 4 #ifdef __cplusplus |
| 5 extern "C" { | 5 extern "C" { |
| 6 #endif | 6 #endif |
| 7 | 7 |
| 8 /* | 8 /* |
| 9 ** Copyright (c) 2013-2014 The Khronos Group Inc. | 9 ** Copyright (c) 2013-2014 The Khronos Group Inc. |
| 10 ** | 10 ** |
| (...skipping 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2017 #ifndef GL_VIV_shader_binary | 2017 #ifndef GL_VIV_shader_binary |
| 2018 #define GL_VIV_shader_binary 1 | 2018 #define GL_VIV_shader_binary 1 |
| 2019 #define GL_SHADER_BINARY_VIV 0x8FC4 | 2019 #define GL_SHADER_BINARY_VIV 0x8FC4 |
| 2020 #endif /* GL_VIV_shader_binary */ | 2020 #endif /* GL_VIV_shader_binary */ |
| 2021 | 2021 |
| 2022 #ifdef __cplusplus | 2022 #ifdef __cplusplus |
| 2023 } | 2023 } |
| 2024 #endif | 2024 #endif |
| 2025 | 2025 |
| 2026 #endif | 2026 #endif |
| OLD | NEW |