diff options
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 ); |