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.Shader/QueryInfoName.cs | |
| parent | 59fdaa744b20f91928ee3fcaf5fabfcb7b409451 (diff) | |
Remove more unused code
Diffstat (limited to 'Ryujinx.Graphics.Shader/QueryInfoName.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/QueryInfoName.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Shader/QueryInfoName.cs b/Ryujinx.Graphics.Shader/QueryInfoName.cs index e976dcdb..1d87c2c8 100644 --- a/Ryujinx.Graphics.Shader/QueryInfoName.cs +++ b/Ryujinx.Graphics.Shader/QueryInfoName.cs @@ -11,7 +11,6 @@ namespace Ryujinx.Graphics.Shader MaximumViewportDimensions, PrimitiveTopology, StorageBufferOffsetAlignment, - SupportsNonConstantTextureOffset, - ViewportTransformEnable + SupportsNonConstantTextureOffset } }
\ No newline at end of file |
