Copyright | (c) Sven Panne 2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- 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 #
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> GLenum |
|
-> m () |
This command is an alias for glBlendEquationSeparatei
.
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> m () |
This command is an alias for glBlendEquationi
.
glBlendFuncSeparateiARB Source #
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> GLenum |
|
-> GLenum |
|
-> GLenum |
|
-> m () |
This command is an alias for glBlendFuncSeparatei
.
:: MonadIO m | |
=> GLuint |
|
-> GLenum |
|
-> GLenum |
|
-> m () |
This command is an alias for glBlendFunci
.