Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetINGRBlendFuncSeparate :: MonadIO m => m Bool
- gl_INGR_blend_func_separate :: Bool
- glBlendFuncSeparateINGR :: MonadIO m => GLenum -> GLenum -> GLenum -> GLenum -> m ()
Extension Support
glGetINGRBlendFuncSeparate :: MonadIO m => m Bool Source #
Is the INGR_blend_func_separate extension supported?
gl_INGR_blend_func_separate :: Bool Source #
Is the INGR_blend_func_separate extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetINGRBlendFuncSeparate
in those cases instead.
Functions
glBlendFuncSeparateINGR Source #
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> GLenum |
|
-> GLenum |
|
-> m () |
This command is an alias for glBlendFuncSeparate
.