mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
shader_decode: Implement HSET2
This commit is contained in:
parent
5896358e4a
commit
a71ce91f9b
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