Ryujinx/Ryujinx.Graphics/Memory/NvGpuBufferType.cs

11 lines
164 B
C#
Raw Normal View History

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