Copyright | (c) Sven Panne 2002-2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | Safe-Inferred |
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
Show ClipPlaneName Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Clipping Methods showsPrec :: Int -> ClipPlaneName -> ShowS show :: ClipPlaneName -> String showList :: [ClipPlaneName] -> ShowS | |
Eq ClipPlaneName Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Clipping | |
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 |
clipPlane :: ClipPlaneName -> StateVar (Maybe (Plane GLdouble)) Source #
maxClipPlanes :: GettableStateVar GLsizei Source #