mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 02:28:11 -05:00
Add more blend equations from 3dbrew
This commit is contained in:
@ -338,7 +338,11 @@ struct Regs {
|
||||
|
||||
union {
|
||||
enum BlendEquation : u32 {
|
||||
Add = 0,
|
||||
Add = 0,
|
||||
Subtract = 1,
|
||||
ReverseSubtract = 2,
|
||||
Min = 3,
|
||||
Max = 4
|
||||
};
|
||||
|
||||
enum BlendFactor : u32 {
|
||||
|
Reference in New Issue
Block a user