mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 18:27:43 +02:00
12 lines
No EOL
194 B
C#
12 lines
No EOL
194 B
C#
using Ryujinx.Graphics.GAL;
|
|
|
|
namespace Ryujinx.Graphics.Gpu.Memory
|
|
{
|
|
struct IndexBuffer
|
|
{
|
|
public ulong Address;
|
|
public ulong Size;
|
|
|
|
public IndexType Type;
|
|
}
|
|
} |