Pica/BlendUnit: Implement separate color/alpha blend equations.
This commit is contained in:
parent
81ebb4d682
commit
1561204342
2 changed files with 59 additions and 65 deletions
|
@ -343,7 +343,7 @@ struct Regs {
|
|||
};
|
||||
|
||||
union {
|
||||
enum BlendEquation : u32 {
|
||||
enum class BlendEquation : u32 {
|
||||
Add = 0,
|
||||
Subtract = 1,
|
||||
ReverseSubtract = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue