mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-03 15:02:13 +01:00
9 lines
No EOL
113 B
C#
9 lines
No EOL
113 B
C#
namespace Ryujinx.HLE.Gpu
|
|
{
|
|
enum NvGpuBufferType
|
|
{
|
|
Index,
|
|
Vertex,
|
|
Texture
|
|
}
|
|
} |