|
Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelMap | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module corresponds to a part of section 3.6.1 (Pixel Storage Modes) of
the OpenGL 2.1 specs.
|
|
Synopsis |
|
|
|
Documentation |
|
data PixelMapTarget |
Constructors | IToI | | SToS | | IToR | | IToG | | IToB | | IToA | | RToR | | GToG | | BToB | | AToA | |
|
|
|
class Storable c => PixelMapComponent c |
| Instances | |
|
|
class PixelMap m where |
| Methods | | | Instances | |
|
|
data GLpixelmap a |
Instances | |
|
|
maxPixelMapTable :: GettableStateVar GLsizei |
|
pixelMap :: (PixelMap m, PixelMapComponent c) => PixelMapTarget -> StateVar (m c) |
|
pixelMapIToRGBA :: PixelMapComponent c => StateVar [Color4 c] |
Convenience state variable
|
|
pixelMapRGBAToRGBA :: PixelMapComponent c => StateVar [Color4 c] |
Convenience state variable
|
|
Produced by Haddock version 0.8 |