Ryujinx-uplift/src/Ryujinx.Graphics.Video/Plane.cs

7 lines
121 B
C#
Raw Normal View History

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