mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-23 19:57:44 +02:00
10 lines
No EOL
143 B
C#
10 lines
No EOL
143 B
C#
namespace Ryujinx.Gpu
|
|
{
|
|
struct NsGpuTexture
|
|
{
|
|
public int Width;
|
|
public int Height;
|
|
|
|
public byte[] Data;
|
|
}
|
|
} |