diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-23 17:20:39 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | bbc03839d1e61f0c0250f2af51c3194637ee2745 (patch) | |
tree | cc0c38231c61619bac3056f19d4594d63df122ac /src/mesa/main/depth.h | |
parent | eaa477104c28389ee27f11d9ab97e44ff543c802 (diff) |
mesa: add depth_func() helper
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/depth.h')
-rw-r--r-- | src/mesa/main/depth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index 5ff7a5e9e54..5760951c853 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -44,7 +44,7 @@ extern void GLAPIENTRY _mesa_ClearDepthf( GLclampf depth ); extern void GLAPIENTRY -_mesa_DepthFunc( GLenum func ); +_mesa_DepthFunc(GLenum func); extern void GLAPIENTRY _mesa_DepthMask( GLboolean flag ); |