diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-20 18:40:08 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-21 08:47:24 +0200 |
commit | 540766257041b47b2eae28045b3c8043aa19cd8c (patch) | |
tree | 2bca8e69eba78fe4a08d166747193a32037d8c23 /src/mesa/main/stencil.h | |
parent | e6659c560a73316ea6b0273cfa0870b5242baab0 (diff) |
mesa: add stencil_op() helper
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/stencil.h')
-rw-r--r-- | src/mesa/main/stencil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/stencil.h b/src/mesa/main/stencil.h index 71844712a28..5425065a7ca 100644 --- a/src/mesa/main/stencil.h +++ b/src/mesa/main/stencil.h @@ -53,7 +53,7 @@ _mesa_StencilMask( GLuint mask ); extern void GLAPIENTRY -_mesa_StencilOp( GLenum fail, GLenum zfail, GLenum zpass ); +_mesa_StencilOp(GLenum fail, GLenum zfail, GLenum zpass); extern void GLAPIENTRY |