1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Updated glad.

This commit is contained in:
Camilla Berglund 2014-04-24 09:47:46 +02:00
parent 35fd08f594
commit cdd44849b8
2 changed files with 366 additions and 333 deletions

6
deps/glad.c vendored
View File

@ -1,6 +1,12 @@
#include <string.h>
#include <glad/glad.h>
struct gladGLversionStruct GLVersion;
#if defined(GL_ES_VERSION_3_0) || defined(GL_VERSION_3_0)
#define _GLAD_IS_SOME_NEW_VERSION 1
#endif
int GLAD_GL_VERSION_1_0;
int GLAD_GL_VERSION_1_1;
int GLAD_GL_VERSION_1_2;

693
deps/glad/glad.h vendored

File diff suppressed because it is too large Load Diff