Copyright | (c) Sven Panne 2017 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetINGRColorClamp :: MonadIO m => m Bool
- gl_INGR_color_clamp :: Bool
- pattern GL_ALPHA_MAX_CLAMP_INGR :: GLenum
- pattern GL_ALPHA_MIN_CLAMP_INGR :: GLenum
- pattern GL_BLUE_MAX_CLAMP_INGR :: GLenum
- pattern GL_BLUE_MIN_CLAMP_INGR :: GLenum
- pattern GL_GREEN_MAX_CLAMP_INGR :: GLenum
- pattern GL_GREEN_MIN_CLAMP_INGR :: GLenum
- pattern GL_RED_MAX_CLAMP_INGR :: GLenum
- pattern GL_RED_MIN_CLAMP_INGR :: GLenum
Extension Support
glGetINGRColorClamp :: MonadIO m => m Bool Source #
Is the INGR_color_clamp extension supported?
gl_INGR_color_clamp :: Bool Source #
Is the INGR_color_clamp extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetINGRColorClamp
in those cases instead.
Enums
pattern GL_ALPHA_MAX_CLAMP_INGR :: GLenum Source #
pattern GL_ALPHA_MIN_CLAMP_INGR :: GLenum Source #
pattern GL_BLUE_MAX_CLAMP_INGR :: GLenum Source #
pattern GL_BLUE_MIN_CLAMP_INGR :: GLenum Source #
pattern GL_GREEN_MAX_CLAMP_INGR :: GLenum Source #
pattern GL_GREEN_MIN_CLAMP_INGR :: GLenum Source #
pattern GL_RED_MAX_CLAMP_INGR :: GLenum Source #
pattern GL_RED_MIN_CLAMP_INGR :: GLenum Source #