Do not use generic expressions for statemap rules but masks and values

This commit is contained in:
Jan
2023-06-18 14:14:50 +02:00
parent 63f636d401
commit e009c2ee08
13 changed files with 173 additions and 167 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ separateAlphaBlendFunc
mtlBlendOp == Disable: // Unused
Disable, One, Zero;
mtlAlphaTest == Disable: // Used
mtlAlphaTest == Always: // Used
Add, Zero, One;
default: