mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 18:48:04 -05:00
maxwell_3d: Implement alternate blend equations.
- Used by Undertale.
This commit is contained in:
@ -389,6 +389,13 @@ public:
|
||||
ReverseSubtract = 3,
|
||||
Min = 4,
|
||||
Max = 5,
|
||||
|
||||
// These values are used by Nouveau and some games.
|
||||
AddGL = 0x8006,
|
||||
SubtractGL = 0x8007,
|
||||
ReverseSubtractGL = 0x8008,
|
||||
MinGL = 0x800a,
|
||||
MaxGL = 0x800b
|
||||
};
|
||||
|
||||
enum class Factor : u32 {
|
||||
|
Reference in New Issue
Block a user