summaryrefslogtreecommitdiff
path: root/ThirdParty/glad/glad.h
diff options
context:
space:
mode:
Diffstat (limited to 'ThirdParty/glad/glad.h')
-rw-r--r--ThirdParty/glad/glad.h20
1 files changed, 15 insertions, 5 deletions
diff --git a/ThirdParty/glad/glad.h b/ThirdParty/glad/glad.h
index cf56144..646b24f 100644
--- a/ThirdParty/glad/glad.h
+++ b/ThirdParty/glad/glad.h
@@ -1,22 +1,23 @@
/*
- OpenGL loader generated by glad 0.1.33 on Fri Mar 20 11:13:06 2020.
+ OpenGL loader generated by glad 0.1.34 on Tue Nov 2 08:57:31 2021.
Language/Generator: C/C++
Specification: gl
APIs: gl=3.3
Profile: compatibility
Extensions:
-
+ GL_ARB_map_buffer_alignment,
+ GL_ARB_map_buffer_range
Loader: True
- Local files: False
+ Local files: True
Omit khrplatform: False
Reproducible: False
Commandline:
- --profile="compatibility" --api="gl=3.3" --generator="c" --spec="gl" --extensions=""
+ --profile="compatibility" --api="gl=3.3" --generator="c" --spec="gl" --local-files --extensions="GL_ARB_map_buffer_alignment,GL_ARB_map_buffer_range"
Online:
- https://glad.dav1d.de/#profile=compatibility&language=c&specification=gl&loader=on&api=gl%3D3.3
+ https://glad.dav1d.de/#profile=compatibility&language=c&specification=gl&loader=on&api=gl%3D3.3&extensions=GL_ARB_map_buffer_alignment&extensions=GL_ARB_map_buffer_range
*/
@@ -3603,6 +3604,15 @@ typedef void (APIENTRYP PFNGLSECONDARYCOLORP3UIVPROC)(GLenum type, const GLuint
GLAPI PFNGLSECONDARYCOLORP3UIVPROC glad_glSecondaryColorP3uiv;
#define glSecondaryColorP3uiv glad_glSecondaryColorP3uiv
#endif
+#define GL_MIN_MAP_BUFFER_ALIGNMENT 0x90BC
+#ifndef GL_ARB_map_buffer_alignment
+#define GL_ARB_map_buffer_alignment 1
+GLAPI int GLAD_GL_ARB_map_buffer_alignment;
+#endif
+#ifndef GL_ARB_map_buffer_range
+#define GL_ARB_map_buffer_range 1
+GLAPI int GLAD_GL_ARB_map_buffer_range;
+#endif
#ifdef __cplusplus
}