diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-07-19 22:20:34 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-07-19 22:21:22 -0300 |
| commit | 45c162444d357e18b333e94973a39b9d71c7604d (patch) | |
| tree | 9569153bbb3968678b36979e0682c05e992c610c /src/video_core/shader/node.h | |
| parent | 6c4985edc9e05dbd9a93ba670625daee98c14bcf (diff) | |
shader/half_set_predicate: Fix HSETP2 implementation
Diffstat (limited to 'src/video_core/shader/node.h')
| -rw-r--r-- | src/video_core/shader/node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/shader/node.h b/src/video_core/shader/node.h index 7427ed896..715184d67 100644 --- a/src/video_core/shader/node.h +++ b/src/video_core/shader/node.h @@ -101,8 +101,7 @@ enum class OperationCode { LogicalXor, /// (bool a, bool b) -> bool LogicalNegate, /// (bool a) -> bool LogicalPick2, /// (bool2 pair, uint index) -> bool - LogicalAll2, /// (bool2 a) -> bool - LogicalAny2, /// (bool2 a) -> bool + LogicalAnd2, /// (bool2 a) -> bool LogicalFLessThan, /// (float a, float b) -> bool LogicalFEqual, /// (float a, float b) -> bool |
