mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-19 19:02:01 +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);
|
|
}
|