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
parent cbe15308bf
commit 28b34fa033

View File

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