mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06: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