diff options
| author | 2018-08-18 17:49:59 +1000 | |
|---|---|---|
| committer | 2018-08-18 17:49:59 +1000 | |
| commit | 63dff47e2269107233e0fb4956d0fcdbf6566a7e (patch) | |
| tree | 6c827c5f2f64f426d21d811116de61cbbdb7038b /src/video_core/engines | |
| parent | Merge pull request #1096 from bunnei/supported-blits (diff) | |
| download | yuzu-63dff47e2269107233e0fb4956d0fcdbf6566a7e.tar.gz yuzu-63dff47e2269107233e0fb4956d0fcdbf6566a7e.tar.xz yuzu-63dff47e2269107233e0fb4956d0fcdbf6566a7e.zip | |
Added predcondition GreaterThanWithNan
Diffstat (limited to 'src/video_core/engines')
| -rw-r--r-- | src/video_core/engines/shader_bytecode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h index 2526ebf28..b038a9d92 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h | |||
| @@ -141,6 +141,7 @@ enum class PredCondition : u64 { | |||
| 141 | NotEqual = 5, | 141 | NotEqual = 5, |
| 142 | GreaterEqual = 6, | 142 | GreaterEqual = 6, |
| 143 | LessThanWithNan = 9, | 143 | LessThanWithNan = 9, |
| 144 | GreaterThanWithNan = 12, | ||
| 144 | NotEqualWithNan = 13, | 145 | NotEqualWithNan = 13, |
| 145 | // TODO(Subv): Other condition types | 146 | // TODO(Subv): Other condition types |
| 146 | }; | 147 | }; |