Copyright | (c) Sven Panne 2016 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
- glGetARBDrawBuffersBlend :: MonadIO m => m Bool
- gl_ARB_draw_buffers_blend :: Bool
- glBlendEquationSeparateiARB :: MonadIO m => GLuint -> GLenum -> GLenum -> m ()
- glBlendEquationiARB :: MonadIO m => GLuint -> GLenum -> m ()
- glBlendFuncSeparateiARB :: MonadIO m => GLuint -> GLenum -> GLenum -> GLenum -> GLenum -> m ()
- glBlendFunciARB :: MonadIO m => GLuint -> GLenum -> GLenum -> m ()
Extension Support
glGetARBDrawBuffersBlend :: MonadIO m => m Bool Source
Is the ARB_draw_buffers_blend extension supported?
gl_ARB_draw_buffers_blend :: Bool Source
Is the ARB_draw_buffers_blend extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetARBDrawBuffersBlend
in those cases instead.
Functions
glBlendEquationSeparateiARB Source
This command is an alias for glBlendEquationSeparatei
.
This command is an alias for glBlendEquationi
.
glBlendFuncSeparateiARB Source
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> GLenum |
|
-> GLenum |
|
-> GLenum |
|
-> m () |
This command is an alias for glBlendFuncSeparatei
.
This command is an alias for glBlendFunci
.