VertexBufferDrawState.cs 138 B

12345678
  1. namespace Ryujinx.Graphics.Gpu.State
  2. {
  3. struct VertexBufferDrawState
  4. {
  5. public int First;
  6. public int Count;
  7. }
  8. }