summaryrefslogtreecommitdiff
path: root/SDL-3.2.8/include/SDL3/SDL_opengles2_gl2platform.h
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:26:57 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:26:57 -0800
commitf5c89b3bd5d74849757fd5b4d1a300068522a3ca (patch)
treed6f6e4c81745b393d7594b334710f30c0b2df3bd /SDL-3.2.8/include/SDL3/SDL_opengles2_gl2platform.h
Initial commitHEADmain
Diffstat (limited to 'SDL-3.2.8/include/SDL3/SDL_opengles2_gl2platform.h')
-rw-r--r--SDL-3.2.8/include/SDL3/SDL_opengles2_gl2platform.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/SDL-3.2.8/include/SDL3/SDL_opengles2_gl2platform.h b/SDL-3.2.8/include/SDL3/SDL_opengles2_gl2platform.h
new file mode 100644
index 0000000..426796e
--- /dev/null
+++ b/SDL-3.2.8/include/SDL3/SDL_opengles2_gl2platform.h
@@ -0,0 +1,27 @@
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_ */