mirror of
https://github.com/NoelFB/blah.git
synced 2025-06-29 19:25:26 +08:00
added default Additive BlendMode
This commit is contained in:
@ -16,7 +16,7 @@ namespace Blah
|
||||
Normal,
|
||||
|
||||
// Ignores the texture color but still uses transparency, essentially
|
||||
// drawing the "shape" of the texture a solid color
|
||||
// drawing the "shape" of the texture as a solid color
|
||||
Wash
|
||||
};
|
||||
|
||||
|
@ -115,9 +115,8 @@ namespace Blah
|
||||
{
|
||||
// Normal, pre-multiplied, Blend Mode
|
||||
static const BlendMode Normal;
|
||||
|
||||
// Subtractive Blend Mode
|
||||
static const BlendMode Subtract;
|
||||
static const BlendMode Additive;
|
||||
|
||||
BlendOp color_op;
|
||||
BlendFactor color_src;
|
||||
|
Reference in New Issue
Block a user