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