diff options
Diffstat (limited to 'src/mesa/main/get.h')
-rw-r--r-- | src/mesa/main/get.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/get.h b/src/mesa/main/get.h index 99a004b71dd..9422efec565 100644 --- a/src/mesa/main/get.h +++ b/src/mesa/main/get.h @@ -74,4 +74,8 @@ _mesa_GetStringi(GLenum name, GLuint index); extern GLenum GLAPIENTRY _mesa_GetError( void ); +/* GL_ARB_robustness */ +extern GLenum GLAPIENTRY +_mesa_GetGraphicsResetStatusARB( void ); + #endif |