Copyright | (c) Sven Panne 2002-2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
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 (==) :: TextureFunction -> TextureFunction -> Bool # (/=) :: TextureFunction -> TextureFunction -> Bool # | |
Ord TextureFunction Source # | |
Defined in Graphics.Rendering.OpenGL.GL.Texturing.Environments 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 showsPrec :: Int -> TextureFunction -> ShowS # show :: TextureFunction -> String # showList :: [TextureFunction] -> ShowS # |
data TextureCombineFunction Source #