GpuComputePassDescriptor import { GpuComputePassDescriptor } from "destack:gpu/binding"; Compute pass descriptor. export struct GpuComputePassDescriptor { label: string; timestampWrites: GpuPassTimestampWrites; } language/library/src/gpu/binding/command.ds:152:157 Members label: string Debug label. timestampWrites: GpuPassTimestampWrites Timestamp-write descriptor when enabled.