Copyright | (c) Sven Panne 2002-2019 |
---|---|
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 Source # (/=) :: ClipPlaneName -> ClipPlaneName -> Bool Source # | |
Ord ClipPlaneName Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Clipping Methods compare :: ClipPlaneName -> ClipPlaneName -> Ordering Source # (<) :: ClipPlaneName -> ClipPlaneName -> Bool Source # (<=) :: ClipPlaneName -> ClipPlaneName -> Bool Source # (>) :: ClipPlaneName -> ClipPlaneName -> Bool Source # (>=) :: ClipPlaneName -> ClipPlaneName -> Bool Source # max :: ClipPlaneName -> ClipPlaneName -> ClipPlaneName Source # min :: ClipPlaneName -> ClipPlaneName -> ClipPlaneName Source # | |
Show ClipPlaneName Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Clipping |
maxClipPlanes :: GettableStateVar GLsizei Source #