mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-04 02:49:03 +00:00
Pica/BlendUnit: Implement separate color/alpha blend equations.
This commit is contained in:
@@ -343,7 +343,7 @@ struct Regs {
|
||||
};
|
||||
|
||||
union {
|
||||
enum BlendEquation : u32 {
|
||||
enum class BlendEquation : u32 {
|
||||
Add = 0,
|
||||
Subtract = 1,
|
||||
ReverseSubtract = 2,
|
||||
|
||||
Reference in New Issue
Block a user