| ||||||||
| ||||||||
Description | ||||||||
This module corresponds to section 3.6.1 (Pixel Storage Modes) of the OpenGL 2.1 specs. | ||||||||
Documentation | ||||||||
data PixelStoreDirection | ||||||||
| ||||||||
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 |