shader_decode: Implement HSET2

This commit is contained in:
ReinUsesLisp
2018-12-24 00:51:52 -03:00
parent 2df55985b6
commit b11e0b94c7
3 changed files with 50 additions and 1 deletions

View File

@ -122,6 +122,7 @@ enum class OperationCode {
LogicalOr, /// (bool a, bool b) -> bool
LogicalXor, /// (bool a, bool b) -> bool
LogicalNegate, /// (bool a) -> bool
LogicalPick2, /// (bool2 pair, uint index) -> bool
LogicalAll2, /// (bool2 a) -> bool
LogicalAny2, /// (bool2 a) -> bool