menu
GpuComputePipelineDescriptor
import { GpuComputePipelineDescriptor } from "destack:gpu/binding";
Compute pipeline descriptor.
1export struct GpuComputePipelineDescriptor {2 label: string;3 layout: GpuPipelineLayoutHandle;4 compute: GpuComputeState;5}Members
label: stringDebug label.
layout: GpuPipelineLayoutHandleExplicit pipeline layout handle when provided.
compute: GpuComputeStateCompute stage descriptor.