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 1f024309..87be0d01 100644 --- a/Ryujinx.Graphics.Shader/TextureUsageFlags.cs +++ b/Ryujinx.Graphics.Shader/TextureUsageFlags.cs @@ -12,6 +12,7 @@ namespace Ryujinx.Graphics.Shader // Integer sampled textures must be noted for resolution scaling. ResScaleUnsupported = 1 << 0, - NeedsScaleValue = 1 << 1 + NeedsScaleValue = 1 << 1, + ImageStore = 1 << 2 } } |
