namespace Ryujinx.Graphics.Gpu.Image { enum ReductionFilter { Average, Minimum, Maximum } }