glad: Re-generate files with glad 2.0.4

No change, just making explicit that we're up to date with upstream.
This commit is contained in:
Rémi Verschelde
2023-05-22 15:22:34 +02:00
parent 65fa775ff6
commit b137695b4c
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/**
* Loader generated by glad 2.0.4 on Sat Apr 29 13:24:27 2023
* Loader generated by glad 2.0.4 on Mon May 22 13:18:29 2023
*
* SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0
*

View File

@ -1,5 +1,5 @@
/**
* Loader generated by glad 2.0.2 on Tue Nov 15 09:49:49 2022
* Loader generated by glad 2.0.4 on Mon May 22 13:18:29 2023
*
* SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0
*
@ -152,7 +152,7 @@ extern "C" {
#define GLAD_VERSION_MAJOR(version) (version / 10000)
#define GLAD_VERSION_MINOR(version) (version % 10000)
#define GLAD_GENERATOR_VERSION "2.0.2"
#define GLAD_GENERATOR_VERSION "2.0.4"
typedef void (*GLADapiproc)(void);
@ -318,6 +318,7 @@ typedef unsigned __int64 uint64_t;
#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ > 1060)
#else