Ryujinx/Ryujinx.HLE/Gpu/Memory/NvGpuBufferType.cs

11 lines
156 B
C#
Raw Normal View History

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