GpuPipelineConstant import { GpuPipelineConstant } from "destack:gpu/binding"; Pipeline constants descriptor. export struct GpuPipelineConstant { key: string; value: float64; } language/library/src/gpu/binding/pipeline.ds:439:444 Members key: string Constant identifier key. value: float64 Constant value as float64.