GpuComputePipelineDescriptor import { GpuComputePipelineDescriptor } from "destack:gpu/binding"; Compute pipeline descriptor. export struct GpuComputePipelineDescriptor { label: string; layout: GpuPipelineLayoutHandle; compute: GpuComputeState; } language/library/src/gpu/binding/pipeline.ds:491:498 Members label: string Debug label. layout: GpuPipelineLayoutHandle Explicit pipeline layout handle when provided. compute: GpuComputeState Compute stage descriptor.