diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-19 11:14:48 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 0238976665e15f083dd01a5adada80a45df18c5f (patch) | |
tree | 2e778b61addcee070f2e11df97a6dec11197b510 /src/mesa/main/buffers.h | |
parent | e42775ba684eadaaa5a1f258c2e713a24206facb (diff) |
mesa: add KHR_no_error support to glDrawBuffer()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r-- | src/mesa/main/buffers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h index ba06138017e..630b0dce546 100644 --- a/src/mesa/main/buffers.h +++ b/src/mesa/main/buffers.h @@ -40,6 +40,9 @@ struct gl_context; struct gl_framebuffer; +void GLAPIENTRY +_mesa_DrawBuffer_no_error(GLenum mode); + extern void GLAPIENTRY _mesa_DrawBuffer( GLenum mode ); |