mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-30 18:47:43 +02:00
11 lines
263 B
C#
11 lines
263 B
C#
namespace Ryujinx.Core.OsHle.Services.Nv.NvGpuGpu
|
|
{
|
|
struct NvGpuGpuGetTpcMasks
|
|
{
|
|
public int MaskBufferSize;
|
|
public int Reserved;
|
|
public long MaskBufferAddress;
|
|
public int TpcMask;
|
|
public int Padding;
|
|
}
|
|
}
|