| |||||||||||||
| |||||||||||||
| |||||||||||||
Description | |||||||||||||
This module corresponds to section 4.3 (Drawing, Reading, and Copying Pixels) of the OpenGL 1.4 specs. | |||||||||||||
Synopsis | |||||||||||||
| |||||||||||||
Reading Pixels | |||||||||||||
readPixels :: Position -> Size -> PixelFormat -> DataType -> Ptr a -> IO () | |||||||||||||
readBuffer :: StateVar BufferMode | |||||||||||||
Copying Pixels | |||||||||||||
data PixelCopyType | |||||||||||||
| |||||||||||||
copyPixels :: Position -> Size -> PixelCopyType -> IO () | |||||||||||||
Produced by Haddock version 0.6 |