OpenGL-2.2.3.0: A binding for the OpenGL graphics systemSource codeContentsIndex
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 Source
Constructors
PixelData PixelFormat DataType (Ptr a)
data PixelFormat Source
Constructors
ColorIndex
StencilIndex
DepthComponent
Red
Green
Blue
Alpha
RGB
RGBA
Luminance
LuminanceAlpha
ABGR
BGR
BGRA
CMYK
CMYKA
FourTwoTwo
FourTwoTwoRev
FourTwoTwoAverage
FourTwoTwoRevAverage
YCBCR422
DepthStencil
drawPixels :: Size -> PixelData a -> IO ()Source
pixelZoom :: StateVar (GLfloat, GLfloat)Source
Produced by Haddock version 2.6.0