menu
GpuComputePassDescriptor
import { GpuComputePassDescriptor } from "destack:gpu/binding";
Compute pass descriptor.
1export struct GpuComputePassDescriptor {2 label: string;3 timestampWrites: GpuPassTimestampWrites;4}Members
label: stringDebug label.
timestampWrites: GpuPassTimestampWritesTimestamp-write descriptor when enabled.