mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-12-30 20:43:05 +00:00
9 lines
No EOL
113 B
C#
9 lines
No EOL
113 B
C#
namespace Ryujinx.HLE.Gpu
|
|
{
|
|
enum NvGpuBufferType
|
|
{
|
|
Index,
|
|
Vertex,
|
|
Texture
|
|
}
|
|
} |