Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetNVTextureEnvCombine4 :: MonadIO m => m Bool
- gl_NV_texture_env_combine4 :: Bool
- pattern GL_COMBINE4_NV :: GLenum
- pattern GL_OPERAND3_ALPHA_NV :: GLenum
- pattern GL_OPERAND3_RGB_NV :: GLenum
- pattern GL_SOURCE3_ALPHA_NV :: GLenum
- pattern GL_SOURCE3_RGB_NV :: GLenum
Extension Support
glGetNVTextureEnvCombine4 :: MonadIO m => m Bool Source #
Is the NV_texture_env_combine4 extension supported?
gl_NV_texture_env_combine4 :: Bool Source #
Is the NV_texture_env_combine4 extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetNVTextureEnvCombine4
in those cases instead.
Enums
pattern GL_COMBINE4_NV :: GLenum Source #
pattern GL_OPERAND3_ALPHA_NV :: GLenum Source #
pattern GL_OPERAND3_RGB_NV :: GLenum Source #
pattern GL_SOURCE3_ALPHA_NV :: GLenum Source #
pattern GL_SOURCE3_RGB_NV :: GLenum Source #