| Copyright | (c) Sven Panne 2002-2016 | 
|---|---|
| License | BSD3 | 
| Maintainer | Sven Panne <svenpanne@gmail.com> | 
| Stability | stable | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
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 Source #
Instances
data TextureCombineFunction Source #
Constructors
| Replace' | |
| Modulate' | |
| AddUnsigned' | |
| AddSigned | |
| Interpolate | |
| Subtract | |
| Dot3RGB | |
| Dot3RGBA | 
Constructors
| Arg BlendingFactor Src | 
Constructors
| CurrentUnit | |
| Previous | |
| Crossbar TextureUnit | |
| Constant | |
| PrimaryColor |