Copyright | (c) Sven Panne 2002-2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.GL.RasterPos
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 #
Minimal complete definition
rasterPos2, rasterPos3, rasterPos4, rasterPos2v, rasterPos3v, rasterPos4v
class RasterPos a where Source #
Minimal complete definition
Instances
RasterPosComponent a => RasterPos (Vertex4 a) Source # | |
RasterPosComponent a => RasterPos (Vertex3 a) Source # | |
RasterPosComponent a => RasterPos (Vertex2 a) Source # | |
class WindowPosComponent a Source #
Minimal complete definition
windowPos2, windowPos3, windowPos2v, windowPos3v
class WindowPos a where Source #
Minimal complete definition
Instances
WindowPosComponent a => WindowPos (Vertex3 a) Source # | |
WindowPosComponent a => WindowPos (Vertex2 a) Source # | |
currentRasterDistance :: GettableStateVar GLfloat Source #
currentRasterColor :: GettableStateVar (Color4 GLfloat) Source #
currentRasterSecondaryColor :: GettableStateVar (Color4 GLfloat) Source #
currentRasterIndex :: GettableStateVar (Index1 GLint) Source #
currentRasterTexCoords :: GettableStateVar (TexCoord4 GLfloat) Source #
currentRasterPositionValid :: GettableStateVar Bool Source #
rasterPositionUnclipped :: StateVar Capability Source #