1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

glad: Sync with upstream 0.1.34

This commit is contained in:
Rémi Verschelde
2020-11-17 16:42:09 +01:00
parent 4816317bbc
commit 08028fa1ee
4 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ Files extracted from upstream source:
## glad ## glad
- Upstream: https://github.com/Dav1dde/glad - Upstream: https://github.com/Dav1dde/glad
- Version: 0.1.33 (2019) - Version: 0.1.34 (2020)
- License: MIT - License: MIT
The files we package are automatically generated. The files we package are automatically generated.

View File

@@ -119,7 +119,7 @@
* This follows the return type of the function and precedes the function * This follows the return type of the function and precedes the function
* name in the function prototype. * name in the function prototype.
*/ */
#if defined(_WIN32) && !defined(_WIN32_WCE) && !defined(KHRONOS_STATIC) #if defined(_WIN32) && !defined(_WIN32_WCE) && !defined(__SCITECH_SNAP__)
/* Win32 but not WinCE */ /* Win32 but not WinCE */
# define KHRONOS_APIENTRY __stdcall # define KHRONOS_APIENTRY __stdcall
#else #else

View File

@@ -1,6 +1,6 @@
/* /*
OpenGL loader generated by glad 0.1.33 on Tue Nov 12 08:44:22 2019. OpenGL loader generated by glad 0.1.34 on Tue Nov 17 16:41:02 2020.
Language/Generator: C/C++ Language/Generator: C/C++
Specification: gl Specification: gl

View File

@@ -1,6 +1,6 @@
/* /*
OpenGL loader generated by glad 0.1.33 on Tue Nov 12 08:44:22 2019. OpenGL loader generated by glad 0.1.34 on Tue Nov 17 16:41:02 2020.
Language/Generator: C/C++ Language/Generator: C/C++
Specification: gl Specification: gl