Plane.cs 104 B

1234
  1. namespace Ryujinx.Graphics.Video
  2. {
  3. public readonly record struct Plane(nint Pointer, int Length);
  4. }