generated from defold/template-native-extension
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
9,326 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#ifndef __gl2platform_h_ | ||
#define __gl2platform_h_ | ||
|
||
/* | ||
** Copyright 2017-2020 The Khronos Group Inc. | ||
** SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/* Platform-specific types and definitions for OpenGL ES 2.X gl2.h | ||
* | ||
* Adopters may modify khrplatform.h and this file to suit their platform. | ||
* Please contribute modifications back to Khronos as pull requests on the | ||
* public github repository: | ||
* https://github.com/KhronosGroup/OpenGL-Registry | ||
*/ | ||
|
||
#include <KHR/khrplatform.h> | ||
|
||
#ifndef GL_APICALL | ||
#define GL_APICALL KHRONOS_APICALL | ||
#endif | ||
|
||
#ifndef GL_APIENTRY | ||
#define GL_APIENTRY KHRONOS_APIENTRY | ||
#endif | ||
|
||
#endif /* __gl2platform_h_ */ |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#ifndef __gl3platform_h_ | ||
#define __gl3platform_h_ | ||
|
||
/* | ||
** Copyright 2017-2020 The Khronos Group Inc. | ||
** SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/* Platform-specific types and definitions for OpenGL ES 3.X gl3.h | ||
* | ||
* Adopters may modify khrplatform.h and this file to suit their platform. | ||
* Please contribute modifications back to Khronos as pull requests on the | ||
* public github repository: | ||
* https://github.com/KhronosGroup/OpenGL-Registry | ||
*/ | ||
|
||
#include <KHR/khrplatform.h> | ||
|
||
#ifndef GL_APICALL | ||
#define GL_APICALL KHRONOS_APICALL | ||
#endif | ||
|
||
#ifndef GL_APIENTRY | ||
#define GL_APIENTRY KHRONOS_APIENTRY | ||
#endif | ||
|
||
#endif /* __gl3platform_h_ */ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters