Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.AMD.DrawBuffersBlend
Contents
Description
- 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
Is the AMD_draw_buffers_blend extension supported?
gl_AMD_draw_buffers_blend :: Bool
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
This command is an alias for glBlendEquationi
.
glBlendEquationSeparateIndexedAMD
This command is an alias for glBlendEquationSeparatei
.
This command is an alias for glBlendFunci
.