* Implment common and independent blend properly * Nits
This commit is contained in:
parent
1e7ea76f14
commit
44c1cf3fe5
7 changed files with 389 additions and 128 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue