From e6a117de9bd0761ab61ba84c1f4d9db2ec8ba613 Mon Sep 17 00:00:00 2001 From: Carsten Neumann Date: Mon, 29 Dec 2014 13:34:43 -0600 Subject: [PATCH] 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. --- auto/core/gl/GL_VERSION_4_5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto/core/gl/GL_VERSION_4_5 b/auto/core/gl/GL_VERSION_4_5 index c51e936..341abfd 100644 --- a/auto/core/gl/GL_VERSION_4_5 +++ b/auto/core/gl/GL_VERSION_4_5 @@ -1,2 +1,4 @@ GL_VERSION_4_5 https://www.opengl.org/registry/doc/glspec45.compatibility.pdf + + GLenum glGetGraphicsResetStatus (void)