-------------------------------------------------------------------------------- -- | -- Module : Graphics.Rendering.OpenGL.Raw.IBM.RasterposClip -- Copyright : (c) Sven Panne 2015 -- License : BSD3 -- -- Maintainer : Sven Panne -- Stability : stable -- Portability : portable -- -- The extension. -- -------------------------------------------------------------------------------- module Graphics.Rendering.OpenGL.Raw.IBM.RasterposClip ( -- * Enums gl_RASTER_POSITION_UNCLIPPED_IBM ) where import Graphics.Rendering.OpenGL.Raw.Tokens