Skip to content

Commit 8ab4a6d

Browse files
committed
Update glad version
1 parent 2e70bfc commit 8ab4a6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

3rdparty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
## Glad
7979
- [![Upstream](https://img.shields.io/github/v/tag/Dav1dde/glad?label=Upstream)](https://github.com/Dav1dde/glad)
80-
- Version: 2.0.7
80+
- Version: 2.0.8
8181
- License: MIT
8282

8383
## glfw

3rdparty/glad/include/glad/gl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Loader generated by glad 2.0.7 on Sat Sep 28 05:54:15 2024
2+
* Loader generated by glad 2.0.8 on Wed Oct 2 02:19:36 2024
33
*
44
* SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0
55
*
@@ -178,7 +178,7 @@ extern "C" {
178178
#define GLAD_VERSION_MAJOR(version) (version / 10000)
179179
#define GLAD_VERSION_MINOR(version) (version % 10000)
180180

181-
#define GLAD_GENERATOR_VERSION "2.0.7"
181+
#define GLAD_GENERATOR_VERSION "2.0.8"
182182

183183
typedef void (*GLADapiproc)(void);
184184

0 commit comments

Comments
 (0)