Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- glGetATITextureEnvCombine3 :: MonadIO m => m Bool
- gl_ATI_texture_env_combine3 :: Bool
- pattern GL_MODULATE_ADD_ATI :: GLenum
- pattern GL_MODULATE_SIGNED_ADD_ATI :: GLenum
- pattern GL_MODULATE_SUBTRACT_ATI :: GLenum
Extension Support
glGetATITextureEnvCombine3 :: MonadIO m => m Bool Source #
Is the ATI_texture_env_combine3 extension supported?
gl_ATI_texture_env_combine3 :: Bool Source #
Is the ATI_texture_env_combine3 extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetATITextureEnvCombine3
in those cases instead.
Enums
pattern GL_MODULATE_ADD_ATI :: GLenum Source #
pattern GL_MODULATE_SIGNED_ADD_ATI :: GLenum Source #
pattern GL_MODULATE_SUBTRACT_ATI :: GLenum Source #