Copyright | (c) Sven Panne 2002-2019 |
---|---|
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
Eq TextureFunction Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Texturing.Environments Methods (==) :: TextureFunction -> TextureFunction -> Bool (/=) :: TextureFunction -> TextureFunction -> Bool | |
Ord TextureFunction Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Texturing.Environments Methods compare :: TextureFunction -> TextureFunction -> Ordering (<) :: TextureFunction -> TextureFunction -> Bool (<=) :: TextureFunction -> TextureFunction -> Bool (>) :: TextureFunction -> TextureFunction -> Bool (>=) :: TextureFunction -> TextureFunction -> Bool max :: TextureFunction -> TextureFunction -> TextureFunction min :: TextureFunction -> TextureFunction -> TextureFunction | |
Show TextureFunction Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Texturing.Environments Methods showsPrec :: Int -> TextureFunction -> ShowS show :: TextureFunction -> String showList :: [TextureFunction] -> ShowS |
data TextureCombineFunction Source #
Constructors
Replace' | |
Modulate' | |
AddUnsigned' | |
AddSigned | |
Interpolate | |
Subtract | |
Dot3RGB | |
Dot3RGBA |
Instances
Constructors
CurrentUnit | |
Previous | |
Crossbar TextureUnit | |
Constant | |
PrimaryColor |