Add more blend equations from 3dbrew
This commit is contained in:
parent
c4e636681e
commit
536958fb29
2 changed files with 49 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue