mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
6 lines
124 B
C#
6 lines
124 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.Video
|
|
{
|
|
public readonly record struct Plane(IntPtr Pointer, int Length);
|
|
}
|