Portability | portable |
---|---|
Stability | stable |
Maintainer | sven.panne@aedion.de |
Graphics.Rendering.OpenGL.GL.Texturing.Environments
Description
This module corresponds to section 3.8.13 (Texture Environments and Texture Functions) of the OpenGL 2.1 specs.
Documentation
data TextureFunction
Instances
Eq TextureFunction | |
Ord TextureFunction | |
Show TextureFunction |
Constructors
Replace' | |
Modulate' | |
AddUnsigned' | |
AddSigned | |
Interpolate | |
Subtract | |
Dot3RGB | |
Dot3RGBA |
Instances
data Src
Constructors
CurrentUnit | |
Previous | |
Crossbar TextureUnit | |
Constant | |
PrimaryColor |