diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-23 17:09:32 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | ac92b750022567c64c7ed72db3eaefe15ba670cd (patch) | |
tree | 221996fa6d1a97594280892928fdd1722ccd2422 /src/mesa/main/polygon.h | |
parent | 03dc92ad97e737836f5752b8121f04220322ee77 (diff) |
mesa: add cull_face() helper
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/polygon.h')
-rw-r--r-- | src/mesa/main/polygon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h index 41344a2ef0c..ceca848d6d4 100644 --- a/src/mesa/main/polygon.h +++ b/src/mesa/main/polygon.h @@ -40,7 +40,7 @@ extern void GLAPIENTRY _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest ); extern void GLAPIENTRY -_mesa_CullFace( GLenum mode ); +_mesa_CullFace(GLenum mode); extern void GLAPIENTRY _mesa_FrontFace( GLenum mode ); |