Portability | portable |
---|---|
Stability | stable |
Maintainer | sven.panne@aedion.de |
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
Instances
RasterPosComponent Double | |
RasterPosComponent Float | |
RasterPosComponent Int16 | |
RasterPosComponent Int32 |
class RasterPos a where
Instances
RasterPosComponent a => RasterPos (Vertex4 a) | |
RasterPosComponent a => RasterPos (Vertex3 a) | |
RasterPosComponent a => RasterPos (Vertex2 a) |
class WindowPosComponent a
Instances
WindowPosComponent Double | |
WindowPosComponent Float | |
WindowPosComponent Int16 | |
WindowPosComponent Int32 |
class WindowPos a where
Instances
WindowPosComponent a => WindowPos (Vertex3 a) | |
WindowPosComponent a => WindowPos (Vertex2 a) |