OpenGL-2.3.0.0: A binding for the OpenGL graphics systemSource codeContentsIndex
Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelStorage
Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Description
This module corresponds to section 3.6.1 (Pixel Storage Modes) of the OpenGL 2.1 specs.
Documentation
data PixelStoreDirection Source
Constructors
Pack
Unpack
show/hide Instances
swapBytes :: PixelStoreDirection -> StateVar BoolSource
lsbFirst :: PixelStoreDirection -> StateVar BoolSource
rowLength :: PixelStoreDirection -> StateVar GLintSource
skipRows :: PixelStoreDirection -> StateVar GLintSource
skipPixels :: PixelStoreDirection -> StateVar GLintSource
rowAlignment :: PixelStoreDirection -> StateVar GLintSource
imageHeight :: PixelStoreDirection -> StateVar GLintSource
skipImages :: PixelStoreDirection -> StateVar GLintSource
Produced by Haddock version 2.4.2