mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-26 21:37:44 +02:00
9 lines
No EOL
113 B
C#
9 lines
No EOL
113 B
C#
namespace Ryujinx.HLE.Gpu
|
|
{
|
|
enum NvGpuBufferType
|
|
{
|
|
Index,
|
|
Vertex,
|
|
Texture
|
|
}
|
|
} |