BufferBounds.cs 134 B

12345678
  1. namespace Ryujinx.Graphics.Gpu.Memory
  2. {
  3. struct BufferBounds
  4. {
  5. public ulong Address;
  6. public ulong Size;
  7. }
  8. }