mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 19:10:47 -07:00
* Implment common and independent blend properly * Nits
This commit is contained in:
@ -6,6 +6,12 @@ namespace Ryujinx.Graphics.Gal
|
||||
FuncSubtract = 2,
|
||||
FuncReverseSubtract = 3,
|
||||
Min = 4,
|
||||
Max = 5
|
||||
Max = 5,
|
||||
|
||||
FuncAddGl = 0x8006,
|
||||
FuncSubtractGl = 0x8007,
|
||||
FuncReverseSubtractGl = 0x8008,
|
||||
MinGl = 0x800a,
|
||||
MaxGl = 0x800b
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user