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