mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 05:45:07 +00:00
add missing glGetGraphicsResetStatus function to VERSION_4_5
This function is in OpenGL 4.5, but not part of GL_KHR_robustness extension - it is in GL_ARB_robustness, but there it has the ARB suffix.
This commit is contained in:
parent
5eaf283c70
commit
e6a117de9b
@ -1,2 +1,4 @@
|
||||
GL_VERSION_4_5
|
||||
https://www.opengl.org/registry/doc/glspec45.compatibility.pdf
|
||||
|
||||
GLenum glGetGraphicsResetStatus (void)
|
||||
|
Loading…
Reference in New Issue
Block a user