forked from Mirror/Ryujinx
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);
|
|
}
|