Add more blend equations from 3dbrew

This commit is contained in:
Darius Goad 2015-02-07 11:43:08 -06:00
parent c4e636681e
commit 536958fb29
2 changed files with 49 additions and 2 deletions

View file

@ -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 {