diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-26 17:46:39 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:13 +0200 |
commit | e529ade0ea5dd47d2943eedc012f30eb5671b55d (patch) | |
tree | 34e92dd26f323274f13855e93278ce64c3dd94f7 /src/mesa/main/clear.h | |
parent | 34e8d0e4baedeb658b87d64577f6acc766b3f51f (diff) |
mesa: add KHR_no_error support for glClear()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/clear.h')
-rw-r--r-- | src/mesa/main/clear.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/clear.h b/src/mesa/main/clear.h index fb3bcdeefbf..6ae63ac257a 100644 --- a/src/mesa/main/clear.h +++ b/src/mesa/main/clear.h @@ -43,6 +43,8 @@ _mesa_ClearColorIiEXT(GLint r, GLint g, GLint b, GLint a); extern void GLAPIENTRY _mesa_ClearColorIuiEXT(GLuint r, GLuint g, GLuint b, GLuint a); +void GLAPIENTRY +_mesa_Clear_no_error(GLbitfield mask); extern void GLAPIENTRY _mesa_Clear( GLbitfield mask ); |