diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-20 11:07:57 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-08-02 12:54:31 +0200 |
commit | 9a0b2033822cbc15181710ec80b2163447553038 (patch) | |
tree | f2220d7e3710ffa46363116f2598e8c2cf125a11 /src/mesa/main/condrender.h | |
parent | e1750e0a179ff50a7c3603d1003445a608d4cb6c (diff) |
mesa: add KHR_no_error support to glBeginConditionalRender()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/condrender.h')
-rw-r--r-- | src/mesa/main/condrender.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/condrender.h b/src/mesa/main/condrender.h index 90d7fb722c7..6b761d1a1b0 100644 --- a/src/mesa/main/condrender.h +++ b/src/mesa/main/condrender.h @@ -31,6 +31,9 @@ #include "context.h" +void GLAPIENTRY +_mesa_BeginConditionalRender_no_error(GLuint queryId, GLenum mode); + extern void GLAPIENTRY _mesa_BeginConditionalRender(GLuint queryId, GLenum mode); |