diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-12-24 00:51:52 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-01-15 17:54:53 -0300 |
| commit | b11e0b94c7ce0d965a6149c98c48cda967ec3c04 (patch) | |
| tree | 98fcb050f6d94ae33d1a26a020834d5c1bdf6b33 /src/video_core/shader/shader_ir.h | |
| parent | 2df55985b691d659073dce2d857d46bc152b4842 (diff) | |
shader_decode: Implement HSET2
Diffstat (limited to 'src/video_core/shader/shader_ir.h')
| -rw-r--r-- | src/video_core/shader/shader_ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/shader_ir.h b/src/video_core/shader/shader_ir.h index 5ef0a7779..69ff18058 100644 --- a/src/video_core/shader/shader_ir.h +++ b/src/video_core/shader/shader_ir.h @@ -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 |
