| OpenGL-2.2.1.1: A binding for the OpenGL graphics system | Contents | Index |
|
Graphics.Rendering.OpenGL.GL.ReadCopyPixels | Portability | portable | Stability | stable | Maintainer | sven.panne@aedion.de |
|
|
|
|
|
Description |
This module corresponds to section 4.3 (Drawing, Reading, and Copying Pixels)
of the OpenGL 2.1 specs.
|
|
Synopsis |
|
|
|
|
Reading Pixels
|
|
readPixels :: Position -> Size -> PixelData a -> IO () |
|
readBuffer :: StateVar BufferMode |
|
Copying Pixels
|
|
data PixelCopyType |
Constructors | CopyColor | | CopyDepth | | CopyStencil | |
| Instances | |
|
|
copyPixels :: Position -> Size -> PixelCopyType -> IO () |
|
Produced by Haddock version 0.8 |