mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-26 19:22:23 -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);
|
|
}
|