Update glad version

This commit is contained in:
halx99 2024-10-02 10:21:48 +08:00
parent 2e70bfc98a
commit 8ab4a6d7dd
2 changed files with 3 additions and 3 deletions

2
3rdparty/README.md vendored
View File

@ -77,7 +77,7 @@
## Glad
- [![Upstream](https://img.shields.io/github/v/tag/Dav1dde/glad?label=Upstream)](https://github.com/Dav1dde/glad)
- Version: 2.0.7
- Version: 2.0.8
- License: MIT
## glfw

View File

@ -1,5 +1,5 @@
/**
* Loader generated by glad 2.0.7 on Sat Sep 28 05:54:15 2024
* Loader generated by glad 2.0.8 on Wed Oct 2 02:19:36 2024
*
* SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0
*
@ -178,7 +178,7 @@ extern "C" {
#define GLAD_VERSION_MAJOR(version) (version / 10000)
#define GLAD_VERSION_MINOR(version) (version % 10000)
#define GLAD_GENERATOR_VERSION "2.0.7"
#define GLAD_GENERATOR_VERSION "2.0.8"
typedef void (*GLADapiproc)(void);