mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 13:58:59 -06:00
Initial work
This commit is contained in:
8
Ryujinx.Graphics.Gpu/State/VertexBufferDrawState.cs
Normal file
8
Ryujinx.Graphics.Gpu/State/VertexBufferDrawState.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
struct VertexBufferDrawState
|
||||
{
|
||||
public int First;
|
||||
public int Count;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user