You've already forked godot
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:
2
thirdparty/README.md
vendored
2
thirdparty/README.md
vendored
@@ -115,7 +115,7 @@ Files extracted from upstream source:
|
||||
## glad
|
||||
|
||||
- Upstream: https://github.com/Dav1dde/glad
|
||||
- Version: 0.1.33 (2019)
|
||||
- Version: 0.1.34 (2020)
|
||||
- License: MIT
|
||||
|
||||
The files we package are automatically generated.
|
||||
|
||||
2
thirdparty/glad/KHR/khrplatform.h
vendored
2
thirdparty/glad/KHR/khrplatform.h
vendored
@@ -119,7 +119,7 @@
|
||||
* This follows the return type of the function and precedes the function
|
||||
* 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 */
|
||||
# define KHRONOS_APIENTRY __stdcall
|
||||
#else
|
||||
|
||||
2
thirdparty/glad/glad.c
vendored
2
thirdparty/glad/glad.c
vendored
@@ -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++
|
||||
Specification: gl
|
||||
|
||||
2
thirdparty/glad/glad/glad.h
vendored
2
thirdparty/glad/glad/glad.h
vendored
@@ -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++
|
||||
Specification: gl
|
||||
|
||||
Reference in New Issue
Block a user