diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/SamplerMipFilter.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Image/SamplerMipFilter.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/SamplerMipFilter.cs b/Ryujinx.Graphics.Gpu/Image/SamplerMipFilter.cs index 0bc9eb92..319d4196 100644 --- a/Ryujinx.Graphics.Gpu/Image/SamplerMipFilter.cs +++ b/Ryujinx.Graphics.Gpu/Image/SamplerMipFilter.cs @@ -1,5 +1,8 @@ namespace Ryujinx.Graphics.Gpu.Image { + /// <summary> + /// Sampler texture mipmap level filter. + /// </summary> enum SamplerMipFilter { None = 1, |
