diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-20 11:10:41 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-08-02 12:54:31 +0200 |
commit | 71064d34aa3bb87e7bdfe805edf3eef6a137ee05 (patch) | |
tree | 8f0a0b0bc5efefe0e0c15451ea93f9204e529c40 /src/mesa/main/condrender.h | |
parent | 4ded964fed944e76e5c1aef149839567513e5909 (diff) |
mesa: add KHR_no_error support to glEndConditionalRender()
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 6b761d1a1b0..e7672512f7e 100644 --- a/src/mesa/main/condrender.h +++ b/src/mesa/main/condrender.h @@ -37,6 +37,9 @@ _mesa_BeginConditionalRender_no_error(GLuint queryId, GLenum mode); extern void GLAPIENTRY _mesa_BeginConditionalRender(GLuint queryId, GLenum mode); +void APIENTRY +_mesa_EndConditionalRender_no_error(void); + extern void APIENTRY _mesa_EndConditionalRender(void); |