mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-03-22 20:57:43 +00: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;
|
|
}
|
|
} |