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