HOpenGL Libraries (OpenGL package)ContentsIndex
Graphics.Rendering.OpenGL.GL.RasterPos
Portabilityportable
Stabilityprovisional
Maintainersven.panne@aedion.de
Description
This module corresponds to section 2.13 (Current Raster Position) of the OpenGL 1.5 specs.
Documentation
currentRasterPosition :: StateVar (Vertex4 GLfloat)
class RasterPosComponent a
show/hide Instances
class RasterPos a where
Methods
rasterPos :: a -> IO ()
rasterPosv :: Ptr a -> IO ()
show/hide Instances
class WindowPosComponent a
show/hide Instances
class WindowPos a where
Methods
windowPos :: a -> IO ()
windowPosv :: Ptr a -> IO ()
show/hide Instances
currentRasterDistance :: GettableStateVar GLfloat
currentRasterColor :: GettableStateVar (Color4 GLfloat)
currentRasterIndex :: GettableStateVar (Index1 GLint)
currentRasterTexCoords :: GettableStateVar (TexCoord4 GLfloat)
currentRasterPositionValid :: GettableStateVar Bool
rasterPositionUnclipped :: StateVar Capability
Produced by Haddock version 0.7