mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +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
|
|
}
|
|
} |