mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 11:20:48 -07:00
12 lines
269 B
C#
12 lines
269 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv.NvGpuGpu
|
|
{
|
|
internal struct NvGpuGpuGetTpcMasks
|
|
{
|
|
public int MaskBufferSize;
|
|
public int Reserved;
|
|
public long MaskBufferAddress;
|
|
public int TpcMask;
|
|
public int Padding;
|
|
}
|
|
}
|