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