HOpenGL Libraries (OpenGL package)ContentsIndex
Graphics.Rendering.OpenGL.GL.RasterPos
Portability portable
Stability provisional
Maintainer sven_panne@yahoo.com
Description
This module corresponds to section 2.12 (Current Raster Position) of the OpenGL 1.4 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
Produced by Haddock version 0.6