diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-10-12 17:35:31 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 22:35:31 +0200 |
| commit | a7109c767bdc014327b574012794156c92174495 (patch) | |
| tree | d7d7db6eaa63d4e3e0396a3182d0267b6ad31dd7 /Ryujinx.Graphics.Shader/Decoders/IOpCodePredicate39.cs | |
| parent | 0510fde25ae66ec0b55091746a52931248d75b89 (diff) | |
Rewrite shader decoding stage (#2698)
* Rewrite shader decoding stage
* Fix P2R constant buffer encoding
* Fix PSET/PSETP
* PR feedback
* Log unimplemented shader instructions
* Implement NOP
* Remove using
* PR feedback
Diffstat (limited to 'Ryujinx.Graphics.Shader/Decoders/IOpCodePredicate39.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/Decoders/IOpCodePredicate39.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Ryujinx.Graphics.Shader/Decoders/IOpCodePredicate39.cs b/Ryujinx.Graphics.Shader/Decoders/IOpCodePredicate39.cs deleted file mode 100644 index 74e7aff1..00000000 --- a/Ryujinx.Graphics.Shader/Decoders/IOpCodePredicate39.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Ryujinx.Graphics.Shader.Decoders -{ - interface IOpCodePredicate39 - { - Register Predicate39 { get; } - - bool InvertP { get; } - } -}
\ No newline at end of file |
