|
Graphics.Rendering.OpenGL.GL.PixelRectangles.Rasterization | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module corresponds to a part of section 3.6.4 (Rasterization of Pixel
Rectangles) of the OpenGL 2.1 specs.
|
|
|
Documentation |
|
data PixelData a |
Constructors | | Instances | |
|
|
data PixelFormat |
Constructors | ColorIndex | | StencilIndex | | DepthComponent | | Red | | Green | | Blue | | Alpha | | RGB | | RGBA | | Luminance | | LuminanceAlpha | | ABGR | | BGR | | BGRA | | CMYK | | CMYKA | | FourTwoTwo | | FourTwoTwoRev | | FourTwoTwoAverage | | FourTwoTwoRevAverage | | YCBCR422 | | DepthStencil | |
| Instances | |
|
|
drawPixels :: Size -> PixelData a -> IO () |
|
pixelZoom :: StateVar (GLfloat, GLfloat) |
|
Produced by Haddock version 0.8 |