namespace Ryujinx.Graphics.Gpu.Memory { /// /// Kind of a GPU resource. /// enum ResourceKind { None, Buffer, Texture, Pool } }