| Copyright | (c) Sven Panne 2002-2019 |
|---|---|
| License | BSD3 |
| Maintainer | Sven Panne <svenpanne@gmail.com> |
| Stability | stable |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelTransfer
Description
This module corresponds to a part of section 3.6.1 (Pixel Storage Modes) of the OpenGL 2.1 specs.
Documentation
data PixelTransferStage Source #
Constructors
| PreConvolution | |
| PostConvolution | |
| PostColorMatrix |
Instances
| Show PixelTransferStage Source # | |
| Eq PixelTransferStage Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelTransfer Methods (==) :: PixelTransferStage -> PixelTransferStage -> Bool Source # (/=) :: PixelTransferStage -> PixelTransferStage -> Bool Source # | |
| Ord PixelTransferStage Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelRectangles.PixelTransfer Methods compare :: PixelTransferStage -> PixelTransferStage -> Ordering Source # (<) :: PixelTransferStage -> PixelTransferStage -> Bool Source # (<=) :: PixelTransferStage -> PixelTransferStage -> Bool Source # (>) :: PixelTransferStage -> PixelTransferStage -> Bool Source # (>=) :: PixelTransferStage -> PixelTransferStage -> Bool Source # max :: PixelTransferStage -> PixelTransferStage -> PixelTransferStage Source # min :: PixelTransferStage -> PixelTransferStage -> PixelTransferStage Source # | |