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