Update glad to 0.1.36

This commit is contained in:
Jasmine Iwanek
2023-01-07 13:41:04 -05:00
parent 3ba87a5e35
commit e75e39d95c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
/*
OpenGL loader generated by glad 0.1.34 on Sat Dec 4 18:46:02 2021.
OpenGL loader generated by glad 0.1.36 on Sat Jan 7 18:24:33 2023.
Language/Generator: C/C++
Specification: gl

View File

@@ -1,6 +1,6 @@
/*
OpenGL loader generated by glad 0.1.34 on Sat Dec 4 18:46:02 2021.
OpenGL loader generated by glad 0.1.36 on Sat Jan 7 18:24:33 2023.
Language/Generator: C/C++
Specification: gl
@@ -21,10 +21,10 @@
https://glad.dav1d.de/#profile=core&language=c&specification=gl&loader=on&api=gl%3D3.0&extensions=GL_ARB_buffer_storage&extensions=GL_ARB_debug_output&extensions=GL_ARB_sync
*/
#include <glad/glad.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <glad/glad.h>
static void *get_proc(const char *namez);