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;
|
|
}
|
|
} |