diff options
Diffstat (limited to 'src/shader_recompiler/frontend')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/translate/impl/exit_program.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/exit_program.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/exit_program.cpp index ea9b33da9..58a53c0ec 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/exit_program.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/exit_program.cpp | |||
| @@ -25,7 +25,7 @@ void ExitFragment(TranslatorVisitor& v) { | |||
| 25 | throw NotImplementedException("Sample mask"); | 25 | throw NotImplementedException("Sample mask"); |
| 26 | } | 26 | } |
| 27 | if (sph.ps.omap.depth != 0) { | 27 | if (sph.ps.omap.depth != 0) { |
| 28 | throw NotImplementedException("Fragment depth"); | 28 | v.ir.SetFragDepth(v.F(src_reg + 1)); |
| 29 | } | 29 | } |
| 30 | } | 30 | } |
| 31 | } // Anonymous namespace | 31 | } // Anonymous namespace |