GpuComputeState import { GpuComputeState } from "destack:gpu/binding"; Compute-state descriptor. export struct GpuComputeState { module: GpuShaderHandle; entry: string; constants: [GpuPipelineConstant]; } language/library/src/gpu/binding/pipeline.ds:471:478 Members module: GpuShaderHandle Compute shader-module handle. entry: string Compute entry point when provided. constants: [GpuPipelineConstant] Compute-stage specialization constants.