|
Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage | Portability | portable | Stability | provisional | Maintainer | sven.panne@aedion.de |
|
|
|
Description |
This module corresponds to section 3.6.1 (Pixel Storage Modes) of the
OpenGL 1.5 specs.
|
|
|
Documentation |
|
data PixelStoreDirection |
Constructors | | Instances | |
|
|
swapBytes :: PixelStoreDirection -> StateVar Bool |
|
lsbFirst :: PixelStoreDirection -> StateVar Bool |
|
rowLength :: PixelStoreDirection -> StateVar GLint |
|
skipRows :: PixelStoreDirection -> StateVar GLint |
|
skipPixels :: PixelStoreDirection -> StateVar GLint |
|
rowAlignment :: PixelStoreDirection -> StateVar GLint |
|
imageHeight :: PixelStoreDirection -> StateVar GLint |
|
skipImages :: PixelStoreDirection -> StateVar GLint |
|
Produced by Haddock version 0.8 |