mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-15 09:52:43 -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);
|
|
}
|