summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/src/video/khronos/GLES3/gl3platform.h
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
commit30f41c02aec763d32e62351452da9ef582bc3472 (patch)
tree6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/src/video/khronos/GLES3/gl3platform.h
parent452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff)
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/src/video/khronos/GLES3/gl3platform.h')
-rw-r--r--contrib/SDL-3.2.8/src/video/khronos/GLES3/gl3platform.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/contrib/SDL-3.2.8/src/video/khronos/GLES3/gl3platform.h b/contrib/SDL-3.2.8/src/video/khronos/GLES3/gl3platform.h
deleted file mode 100644
index 8699212..0000000
--- a/contrib/SDL-3.2.8/src/video/khronos/GLES3/gl3platform.h
+++ /dev/null
@@ -1,27 +0,0 @@
1#ifndef __gl3platform_h_
2#define __gl3platform_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 3.X gl3.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 /* __gl3platform_h_ */