mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-27 07:37:00 +00:00
6 lines
121 B
C#
6 lines
121 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public readonly record struct Plane(IntPtr Pointer, int Length);
|
|
}
|