OpenGLRaw-3.2.2.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2016
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.AMD.DrawBuffersBlend

Contents

Description

 

Synopsis

Extension Support

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 #

Arguments

:: MonadIO m 
=> GLuint

buf.

-> GLenum

mode.

-> m () 

This command is an alias for glBlendEquationi.

glBlendEquationSeparateIndexedAMD Source #

Arguments

:: MonadIO m 
=> GLuint

buf.

-> GLenum

modeRGB.

-> GLenum

modeAlpha.

-> m () 

This command is an alias for glBlendEquationSeparatei.

glBlendFuncIndexedAMD Source #

Arguments

:: MonadIO m 
=> GLuint

buf.

-> GLenum

src.

-> GLenum

dst.

-> m () 

This command is an alias for glBlendFunci.

glBlendFuncSeparateIndexedAMD Source #

Arguments

:: MonadIO m 
=> GLuint

buf.

-> GLenum

srcRGB.

-> GLenum

dstRGB.

-> GLenum

srcAlpha.

-> GLenum

dstAlpha.

-> m () 

This command is an alias for glBlendFuncSeparatei.