GpuInfo constructor
const
GpuInfo({})
Implementation
const GpuInfo({
required this.name,
this.recommendedMaxWorkingSetSize,
this.registryID,
this.maxThreadsPerThreadgroup,
this.supportsFamily,
});
const GpuInfo({
required this.name,
this.recommendedMaxWorkingSetSize,
this.registryID,
this.maxThreadsPerThreadgroup,
this.supportsFamily,
});