OpenGL-3.0.3.0: A binding for the OpenGL graphics system
Copyright(c) Sven Panne 2002-2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

indexShift :: StateVar GLint Source #

indexOffset :: StateVar GLint Source #

depthScale :: StateVar GLfloat Source #

depthBias :: StateVar GLfloat Source #

rgbaScale :: PixelTransferStage -> StateVar (Color4 GLfloat) Source #

rgbaBias :: PixelTransferStage -> StateVar (Color4 GLfloat) Source #