0
0
mirror of https://git.743378673.xyz/MeloNX/MeloNX.git synced 2025-05-14 00:35:16 +00:00
MeloNX/Ryujinx/Gpu/NsGpuTexture.cs
2018-02-04 20:08:20 -03:00

10 lines
143 B
C#

namespace Ryujinx.Gpu
{
struct NsGpuTexture
{
public int Width;
public int Height;
public byte[] Data;
}
}