Added option to expose glad
This commit is contained in:
parent
447741fcdb
commit
265a7253cc
22 changed files with 48048 additions and 37 deletions
4
vendor/src/glad.c
vendored
4
vendor/src/glad.c
vendored
|
@ -19,6 +19,9 @@
|
|||
https://glad.dav1d.de/#profile=compatibility&language=c&specification=gl&loader=on&api=gl%3D4.6
|
||||
*/
|
||||
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable: 4273 4217)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -2530,3 +2533,4 @@ int gladLoadGLLoader(GLADloadproc load) {
|
|||
return GLVersion.major != 0 || GLVersion.minor != 0;
|
||||
}
|
||||
|
||||
#pragma warning(pop)
|
Loading…
Add table
Add a link
Reference in a new issue