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