diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/SamplerIndex.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/SamplerIndex.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/SamplerIndex.cs b/Ryujinx.Graphics.Gpu/State/SamplerIndex.cs index 651983f1..c2aaff43 100644 --- a/Ryujinx.Graphics.Gpu/State/SamplerIndex.cs +++ b/Ryujinx.Graphics.Gpu/State/SamplerIndex.cs @@ -1,5 +1,8 @@ namespace Ryujinx.Graphics.Gpu.State { + /// <summary> + /// Sampler pool indexing mode. + /// </summary> enum SamplerIndex { Independently = 0, |
