diff options
Diffstat (limited to 'Ryujinx.Graphics.Shader/TextureUsageFlags.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/TextureUsageFlags.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Shader/TextureUsageFlags.cs b/Ryujinx.Graphics.Shader/TextureUsageFlags.cs index d9fa1a50..1f024309 100644 --- a/Ryujinx.Graphics.Shader/TextureUsageFlags.cs +++ b/Ryujinx.Graphics.Shader/TextureUsageFlags.cs @@ -11,6 +11,7 @@ namespace Ryujinx.Graphics.Shader None = 0, // Integer sampled textures must be noted for resolution scaling. - ResScaleUnsupported = 1 << 0 + ResScaleUnsupported = 1 << 0, + NeedsScaleValue = 1 << 1 } } |
