mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Do not use generic expressions for statemap rules but masks and values
This commit is contained in:
@ -22,7 +22,7 @@ separateAlphaBlendFunc
|
||||
mtlBlendOp == Disable: // Unused
|
||||
Disable, One, Zero;
|
||||
|
||||
mtlAlphaTest == Disable: // Used
|
||||
mtlAlphaTest == Always: // Used
|
||||
Add, Zero, One;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user