Copyright | (c) Sven Panne 2015 |
---|---|
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
- gl_ALPHA_MAX_CLAMP_INGR :: GLenum
- gl_ALPHA_MIN_CLAMP_INGR :: GLenum
- gl_BLUE_MAX_CLAMP_INGR :: GLenum
- gl_BLUE_MIN_CLAMP_INGR :: GLenum
- gl_GREEN_MAX_CLAMP_INGR :: GLenum
- gl_GREEN_MIN_CLAMP_INGR :: GLenum
- gl_RED_MAX_CLAMP_INGR :: GLenum
- 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.