namespace Ryujinx.Graphics { public enum NvGpuBufferType { Index, Vertex, Texture, ConstBuffer, Count } }