mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-01 17:22:22 -05:00
5 lines
104 B
C#
5 lines
104 B
C#
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public readonly record struct Plane(nint Pointer, int Length);
|
|
}
|