SentryGpu constructor

const SentryGpu({
  1. String? name,
  2. int? id,
  3. int? vendorId,
  4. String? vendorName,
  5. int? memorySize,
  6. String? apiType,
  7. bool? multiThreadedRendering,
  8. String? version,
  9. String? npotSupport,
})

Implementation

const SentryGpu({
  this.name,
  this.id,
  this.vendorId,
  this.vendorName,
  this.memorySize,
  this.apiType,
  this.multiThreadedRendering,
  this.version,
  this.npotSupport,
});