 | OpenGL-2.2.1.1: A binding for the OpenGL graphics system | Contents | Index |
|
Graphics.Rendering.OpenGL.GL.RasterPos | Portability | portable | Stability | stable | Maintainer | sven.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) |
|
class RasterPosComponent a |
| Instances | |
|
|
class RasterPos a where |
| Methods | rasterPos :: a -> IO () | | rasterPosv :: Ptr a -> IO () |
| | Instances | |
|
|
class WindowPosComponent a |
| Instances | |
|
|
class WindowPos a where |
| Methods | windowPos :: a -> IO () | | windowPosv :: Ptr a -> IO () |
| | Instances | |
|
|
currentRasterDistance :: GettableStateVar GLfloat |
|
currentRasterColor :: GettableStateVar (Color4 GLfloat) |
|
currentRasterSecondaryColor :: GettableStateVar (Color4 GLfloat) |
|
currentRasterIndex :: GettableStateVar (Index1 GLint) |
|
currentRasterTexCoords :: GettableStateVar (TexCoord4 GLfloat) |
|
currentRasterPositionValid :: GettableStateVar Bool |
|
rasterPositionUnclipped :: StateVar Capability |
|
Produced by Haddock version 0.8 |