mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2026-05-12 02:33:22 +00:00
7 lines
124 B
C#
7 lines
124 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public readonly record struct Plane(IntPtr Pointer, int Length);
|
|
}
|