Portability | portable |
---|---|
Stability | stable |
Maintainer | [email protected] |
Graphics.Rendering.OpenGL.GL.RasterPos
Description
This module corresponds to section 2.13 (Current Raster Position) of the OpenGL 2.1 specs.
Documentation
class RasterPosComponent a Source
Instances
RasterPosComponent a => RasterPos (Vertex4 a) | |
RasterPosComponent a => RasterPos (Vertex3 a) | |
RasterPosComponent a => RasterPos (Vertex2 a) |
class WindowPosComponent a Source
Instances
WindowPosComponent a => WindowPos (Vertex3 a) | |
WindowPosComponent a => WindowPos (Vertex2 a) |