diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2019-12-31 19:22:45 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | 9bfb373bdf85178ef319fa4d107ae20d0a2d4a04 (patch) | |
| tree | 809b39c2c15008ce62f78c023d6be113fedc189d /Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | |
| parent | 59fdaa744b20f91928ee3fcaf5fabfcb7b409451 (diff) | |
Remove more unused code
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs index ad2a6037..02837cbb 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs @@ -308,8 +308,6 @@ namespace Ryujinx.Graphics.Gpu.Shader return Convert.ToInt32(QueryIsTextureRectangle(state, (int)stage - 1, index)); case QueryInfoName.PrimitiveTopology: return (int)GetPrimitiveTopology(); - case QueryInfoName.ViewportTransformEnable: - return Convert.ToInt32(_context.Methods.GetViewportTransformEnable(state)); } return QueryInfoCommon(info); |
