mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-04 00:47:44 +02:00
10 lines
No EOL
193 B
C#
10 lines
No EOL
193 B
C#
namespace Ryujinx.Graphics.Gpu.Memory
|
|
{
|
|
struct VertexBuffer
|
|
{
|
|
public ulong Address;
|
|
public ulong Size;
|
|
public int Stride;
|
|
public int Divisor;
|
|
}
|
|
} |