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