OpenGL-3.0.3.0: A binding for the OpenGL graphics system
Copyright(c) Sven Panne 2002-2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

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 

clipPlane :: ClipPlaneName -> StateVar (Maybe (Plane GLdouble)) Source #

maxClipPlanes :: GettableStateVar GLsizei Source #