Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.EXT.BlendEquationSeparate
Contents
Description
- glGetEXTBlendEquationSeparate :: MonadIO m => m Bool
- gl_EXT_blend_equation_separate :: Bool
- gl_BLEND_EQUATION_ALPHA_EXT :: GLenum
- gl_BLEND_EQUATION_RGB_EXT :: GLenum
- glBlendEquationSeparateEXT :: MonadIO m => GLenum -> GLenum -> m ()
Extension Support
glGetEXTBlendEquationSeparate :: MonadIO m => m Bool Source
Is the EXT_blend_equation_separate extension supported?
gl_EXT_blend_equation_separate :: Bool Source
Is the EXT_blend_equation_separate extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetEXTBlendEquationSeparate
in those cases instead.
Enums
Functions
glBlendEquationSeparateEXT Source
Arguments
:: MonadIO m | |
=> GLenum |
|
-> GLenum |
|
-> m () |
This command is an alias for glBlendEquationSeparate
.