| |||||||||||||||
| |||||||||||||||
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 | |||||||||||||||
| |||||||||||||||
class RasterPos a where | |||||||||||||||
| |||||||||||||||
class WindowPosComponent a | |||||||||||||||
| |||||||||||||||
class WindowPos a where | |||||||||||||||
| |||||||||||||||
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 2.7.2 |