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:
Carsten Neumann 2014-12-29 13:34:43 -06:00 committed by Nigel Stewart
parent 5eaf283c70
commit e6a117de9b

View File

@ -1,2 +1,4 @@
GL_VERSION_4_5
https://www.opengl.org/registry/doc/glspec45.compatibility.pdf
GLenum glGetGraphicsResetStatus (void)