Corrected render style definition
This commit is contained in:
parent
286846a8ec
commit
fbcf2033c6
2 changed files with 3 additions and 1 deletions
|
|
@ -62,6 +62,7 @@ enum ERenderStyle
|
|||
STYLE_AddStencil, // Fill image interior with alphacolor
|
||||
STYLE_AddShaded, // Treat patch data as alpha values for alphacolor
|
||||
STYLE_Multiply, // Multiply source with destination (HW renderer only.)
|
||||
STYLE_InverseMultiply, // Multiply source with inverse of destination (HW renderer only.)
|
||||
|
||||
STYLE_Count
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue