Ryujinx/Ryujinx.HLE/Gpu/NvGpuBufferType.cs
2018-06-16 03:20:48 +02:00

9 lines
No EOL
113 B
C#

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