Ryujinx/Ryujinx.HLE/Gpu/NvGpuBufferType.cs

9 lines
No EOL
113 B
C#

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