diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/VertexBufferDrawState.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/VertexBufferDrawState.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/VertexBufferDrawState.cs b/Ryujinx.Graphics.Gpu/State/VertexBufferDrawState.cs new file mode 100644 index 00000000..c2f3b7bb --- /dev/null +++ b/Ryujinx.Graphics.Gpu/State/VertexBufferDrawState.cs @@ -0,0 +1,8 @@ +namespace Ryujinx.Graphics.Gpu.State +{ + struct VertexBufferDrawState + { + public int First; + public int Count; + } +} |
