ombra-1.0.0.0: Graphics/Rendering/Ombra/Culling/Types.hs
module Graphics.Rendering.Ombra.Culling.Types (
CullFace(..)
) where
-- Side(s) to be culled.
data CullFace = CullFront | CullBack | CullFrontBack deriving Eq
module Graphics.Rendering.Ombra.Culling.Types (
CullFace(..)
) where
-- Side(s) to be culled.
data CullFace = CullFront | CullBack | CullFrontBack deriving Eq