diff options
Diffstat (limited to 'Ryujinx.Graphics.Shader/SamplerType.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/SamplerType.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Shader/SamplerType.cs b/Ryujinx.Graphics.Shader/SamplerType.cs index 42854c97..5e0b776c 100644 --- a/Ryujinx.Graphics.Shader/SamplerType.cs +++ b/Ryujinx.Graphics.Shader/SamplerType.cs @@ -14,8 +14,9 @@ namespace Ryujinx.Graphics.Shader Mask = 0xff, Array = 1 << 8, - Multisample = 1 << 9, - Shadow = 1 << 10 + Indexed = 1 << 9, + Multisample = 1 << 10, + Shadow = 1 << 11 } static class SamplerTypeExtensions |
