GPUComputePassDescriptor constructor

GPUComputePassDescriptor({
  1. Iterable<GPUComputePassTimestampWrite>? timestampWrites,
})

Implementation

factory GPUComputePassDescriptor(
        {Iterable<GPUComputePassTimestampWrite>? timestampWrites}) =>
    GPUComputePassDescriptor._(timestampWrites: timestampWrites ?? const []);