Copyright | (c) Sven Panne 2002-2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module corresponds to section 13.5 (Primitive Clipping) of the OpenGL 4.4 specs.
Documentation
newtype ClipPlaneName Source #
Instances
Eq ClipPlaneName Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Clipping (==) :: ClipPlaneName -> ClipPlaneName -> Bool # (/=) :: ClipPlaneName -> ClipPlaneName -> Bool # | |
Ord ClipPlaneName Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Clipping compare :: ClipPlaneName -> ClipPlaneName -> Ordering # (<) :: ClipPlaneName -> ClipPlaneName -> Bool # (<=) :: ClipPlaneName -> ClipPlaneName -> Bool # (>) :: ClipPlaneName -> ClipPlaneName -> Bool # (>=) :: ClipPlaneName -> ClipPlaneName -> Bool # max :: ClipPlaneName -> ClipPlaneName -> ClipPlaneName # min :: ClipPlaneName -> ClipPlaneName -> ClipPlaneName # | |
Show ClipPlaneName Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Clipping showsPrec :: Int -> ClipPlaneName -> ShowS # show :: ClipPlaneName -> String # showList :: [ClipPlaneName] -> ShowS # |