Initial work
This commit is contained in:
12
Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs
Normal file
12
Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using Ryujinx.Graphics.GAL;
|
||||
|
||||
namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
struct IndexBuffer
|
||||
{
|
||||
public ulong Address;
|
||||
public ulong Size;
|
||||
|
||||
public IndexType Type;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user