namespace Ryujinx.Graphics.Gpu.Memory { /// /// Name of a GPU resource. /// public enum ResourceName { Buffer, Texture, TexturePool, SamplerPool } }