mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00
4 lines
104 B
C#
4 lines
104 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public readonly record struct Plane(nint Pointer, int Length);
|
|
}
|