diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-20 18:33:30 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-21 08:47:18 +0200 |
commit | db967dcb05cbae2d153122609df78b737852fc5c (patch) | |
tree | e8873ba1bcfd2454241308e53bd7bfc3967c7906 /src/mesa/main/stencil.h | |
parent | b9e2d5c18d3edc7cdd2e8df3d6d0aae7daeff57e (diff) |
mesa: add stencil_func() 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 87708e009c9..a7a2210ac9b 100644 --- a/src/mesa/main/stencil.h +++ b/src/mesa/main/stencil.h @@ -42,7 +42,7 @@ _mesa_ClearStencil( GLint s ); extern void GLAPIENTRY -_mesa_StencilFunc( GLenum func, GLint ref, GLuint mask ); +_mesa_StencilFunc(GLenum func, GLint ref, GLuint mask); extern void GLAPIENTRY |