OpenGL-2.2.1.1: A binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.GL.RasterPos
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Description
This module corresponds to section 2.13 (Current Raster Position) of the OpenGL 2.1 specs.
Documentation
currentRasterPosition :: StateVar (Vertex4 GLfloat)Source
class RasterPosComponent a Source
show/hide Instances
class RasterPos a whereSource
Methods
rasterPos :: a -> IO ()Source
rasterPosv :: Ptr a -> IO ()Source
show/hide Instances
class WindowPosComponent a Source
show/hide Instances
class WindowPos a whereSource
Methods
windowPos :: a -> IO ()Source
windowPosv :: Ptr a -> IO ()Source
show/hide Instances
currentRasterDistance :: GettableStateVar GLfloatSource
currentRasterColor :: GettableStateVar (Color4 GLfloat)Source
currentRasterSecondaryColor :: GettableStateVar (Color4 GLfloat)Source
currentRasterIndex :: GettableStateVar (Index1 GLint)Source
currentRasterTexCoords :: GettableStateVar (TexCoord4 GLfloat)Source
currentRasterPositionValid :: GettableStateVar BoolSource
rasterPositionUnclipped :: StateVar CapabilitySource
Produced by Haddock version 0.8