Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::BlendData Struct Reference

Static Public Member Functions

static BlendData NoBlending ()
 
static BlendData Additive ()
 
static BlendData AdditiveAlpha ()
 

Public Attributes

BlendOperation colorOperation = BlendOperation::None
 
BlendFactor colorFactorSrc = BlendFactor::One
 
BlendFactor colorFactorDst = BlendFactor::One
 
BlendOperation alphaOperation = BlendOperation::None
 
BlendFactor alphaFactorSrc = BlendFactor::One
 
BlendFactor alphaFactorDst = BlendFactor::One
 

The documentation for this struct was generated from the following file: