Portability | portable |
---|---|
Stability | stable |
Maintainer | Sven Panne <[email protected]> |
Safe Haskell | None |
Graphics.Rendering.OpenGL.GL.PixelRectangles.Rasterization
Description
This module corresponds to a part of section 3.6.4 (Rasterization of Pixel Rectangles) of the OpenGL 2.1 specs.
Documentation
Constructors
PixelData PixelFormat DataType (Ptr a) |
data PixelFormat Source
Constructors
Instances
drawPixels :: Size -> PixelData a -> IO ()Source