diff options
author | 3gg <3gg@shellblade.net> | 2025-08-30 16:53:58 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-30 16:53:58 -0700 |
commit | 6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch) | |
tree | 34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-2.30.2/include/SDL_opengles2_gl2platform.h | |
parent | 8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff) |
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-2.30.2/include/SDL_opengles2_gl2platform.h')
-rw-r--r-- | src/contrib/SDL-2.30.2/include/SDL_opengles2_gl2platform.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/contrib/SDL-2.30.2/include/SDL_opengles2_gl2platform.h b/src/contrib/SDL-2.30.2/include/SDL_opengles2_gl2platform.h deleted file mode 100644 index 426796e..0000000 --- a/src/contrib/SDL-2.30.2/include/SDL_opengles2_gl2platform.h +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | #ifndef __gl2platform_h_ | ||
2 | #define __gl2platform_h_ | ||
3 | |||
4 | /* | ||
5 | ** Copyright 2017-2020 The Khronos Group Inc. | ||
6 | ** SPDX-License-Identifier: Apache-2.0 | ||
7 | */ | ||
8 | |||
9 | /* Platform-specific types and definitions for OpenGL ES 2.X gl2.h | ||
10 | * | ||
11 | * Adopters may modify khrplatform.h and this file to suit their platform. | ||
12 | * Please contribute modifications back to Khronos as pull requests on the | ||
13 | * public github repository: | ||
14 | * https://github.com/KhronosGroup/OpenGL-Registry | ||
15 | */ | ||
16 | |||
17 | /*#include <KHR/khrplatform.h>*/ | ||
18 | |||
19 | #ifndef GL_APICALL | ||
20 | #define GL_APICALL KHRONOS_APICALL | ||
21 | #endif | ||
22 | |||
23 | #ifndef GL_APIENTRY | ||
24 | #define GL_APIENTRY KHRONOS_APIENTRY | ||
25 | #endif | ||
26 | |||
27 | #endif /* __gl2platform_h_ */ | ||