Interface GPUComputePassDescriptor
interface GPUComputePassDescriptor {
label?: string;
timestampWrites?: GPUComputePassTimestampWrites;
}
label?: string;
timestampWrites?: GPUComputePassTimestampWrites;
}
Hierarchy
- GPUObjectDescriptorBase
- GPUComputePassDescriptor (view full)
The initial value of GPUObjectBase.label.