OpenGL-2.2.1.1: A binding for the OpenGL graphics systemContentsIndex
Graphics.Rendering.OpenGL.GL.PixelRectangles.Rasterization
Portabilityportable
Stabilitystable
Maintainersven.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
PixelData PixelFormat DataType (Ptr a)
show/hide Instances
Eq (PixelData a)
Ord (PixelData a)
Show (PixelData a)
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
show/hide Instances
drawPixels :: Size -> PixelData a -> IO ()
pixelZoom :: StateVar (GLfloat, GLfloat)
Produced by Haddock version 0.8