5 lines
104 B
C#

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