caramia-0.7.1.0: High-level OpenGL bindings

Safe HaskellNone
LanguageHaskell2010

Graphics.Caramia.Blend

Contents

Description

Synopsis

Data types

data BlendEquation Source

Describes which equation to use in blending.

See glBlendEquation in OpenGL documentation.

Pre-defined blending specs

nopBlend :: BlendSpec Source

Blending that doesn't do anything special; just copies the source pixel to destination.