Interface gpuGPUComputePassDescriptor

interface gpuGPUComputePassDescriptor {
    label?: string;
    timestampWrites?: gpuGPUComputePassTimestampWrites;
}

Properties

label?: string