HOpenGL Libraries (OpenGL package)ContentsIndex
Graphics.Rendering.OpenGL.GL.PixelRectangles.Rasterization
Portability portable
Stability provisional
Maintainer sven.panne@aedion.de
Description
This module corresponds to a part of section 3.6.4 (Rasterization of Pixel Rectangles) of the OpenGL 1.5 specs.
Synopsis
data PixelData a = PixelData PixelFormat DataType (Ptr a)
data PixelFormat
= 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 ()
pixelZoom :: StateVar (GLfloat, GLfloat)
Produced by Haddock version 0.6