shader_decode: Implement HSET2
This commit is contained in:
parent
2df55985b6
commit
b11e0b94c7
3 changed files with 50 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue