GPUDriverConfig constructor

GPUDriverConfig({
  1. String? customGpuDriverPath,
  2. bool? enableGpuDriver,
})

Implementation

GPUDriverConfig({
  this.customGpuDriverPath,
  this.enableGpuDriver,
});