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