namespace Ryujinx.Core.Gpu { enum NvGpuBufferType { Index, Vertex, Texture } }