HOpenGL Libraries (OpenGL package)ContentsIndex
Graphics.Rendering.OpenGL.GL.RasterPos
Portability portable
Stability provisional
Maintainer sven.panne@aedion.de
Description
This module corresponds to section 2.13 (Current Raster Position) of the OpenGL 1.5 specs.
Synopsis
currentRasterPosition :: StateVar (Vertex4 GLfloat)
class RasterPosComponent a
class RasterPos a where
rasterPos :: a -> IO ()
rasterPosv :: Ptr a -> IO ()
class WindowPosComponent a
class WindowPos a where
windowPos :: a -> IO ()
windowPosv :: Ptr a -> IO ()
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.6