namespace Ryujinx.Graphics.Gpu.Image { /// /// Represents a filter used with texture minification linear filtering. /// /// /// This feature is only supported on NVIDIA GPUs. /// enum ReductionFilter { Average, Minimum, Maximum } }