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