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

10 lines
135 B
C#
Raw Normal View History

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