1 2 3 4 5 6 7 8
namespace Ryujinx.Graphics.Nvdec.Vp9.Types { internal struct RefBuffer { public Surface Buf; public ScaleFactors Sf; } }