HOpenGL Libraries (OpenGL package)ContentsIndex
Graphics.Rendering.OpenGL.GL.ReadCopyPixels
Portabilityportable
Stabilityprovisional
Maintainersven.panne@aedion.de
Contents
Reading Pixels
Copying Pixels
Description
This module corresponds to section 4.3 (Drawing, Reading, and Copying Pixels) of the OpenGL 1.5 specs.
Synopsis
readPixels :: Position -> Size -> PixelData a -> IO ()
readBuffer :: StateVar BufferMode
data PixelCopyType
= CopyColor
| CopyDepth
| CopyStencil
copyPixels :: Position -> Size -> PixelCopyType -> IO ()
Reading Pixels
readPixels :: Position -> Size -> PixelData a -> IO ()
readBuffer :: StateVar BufferMode
Copying Pixels
data PixelCopyType
Constructors
CopyColor
CopyDepth
CopyStencil
show/hide Instances
copyPixels :: Position -> Size -> PixelCopyType -> IO ()
Produced by Haddock version 0.7