Pica/BlendUnit: Implement separate color/alpha blend equations.

This commit is contained in:
Tony Wasserka 2015-02-11 21:39:43 +01:00
parent 81ebb4d682
commit 1561204342
2 changed files with 59 additions and 65 deletions

View file

@ -343,7 +343,7 @@ struct Regs {
};
union {
enum BlendEquation : u32 {
enum class BlendEquation : u32 {
Add = 0,
Subtract = 1,
ReverseSubtract = 2,