namespace Ryujinx.HLE.Gpu.Memory { enum NvGpuBufferType { Index, Vertex, Texture, Count } }