Skip to content

Commit

Permalink
Update glad version
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Oct 2, 2024
1 parent 2e70bfc commit 8ab4a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 3rdparty/glad/include/glad/gl.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 8ab4a6d

Please sign in to comment.