2018-06-10 20:46:42 -04:00
|
|
|
|
namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuGpu
|
2018-05-10 23:19:51 -04:00
|
|
|
|
{
|
|
|
|
|
struct NvGpuGpuGetTpcMasks
|
|
|
|
|
{
|
|
|
|
|
public int MaskBufferSize;
|
|
|
|
|
public int Reserved;
|
|
|
|
|
public long MaskBufferAddress;
|
2018-05-13 21:10:45 -04:00
|
|
|
|
public int TpcMask;
|
|
|
|
|
public int Padding;
|
2018-05-10 23:19:51 -04:00
|
|
|
|
}
|
|
|
|
|
}
|