2018-06-11 00:46:42 +00:00
|
|
|
|
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
|
2018-05-11 03:19:51 +00:00
|
|
|
|
{
|
|
|
|
|
struct NvGpuGpuGetTpcMasks
|
|
|
|
|
{
|
|
|
|
|
public int MaskBufferSize;
|
|
|
|
|
public int Reserved;
|
|
|
|
|
public long MaskBufferAddress;
|
2018-05-14 01:10:45 +00:00
|
|
|
|
public int TpcMask;
|
|
|
|
|
public int Padding;
|
2018-05-11 03:19:51 +00:00
|
|
|
|
}
|
|
|
|
|
}
|