menu
GpuComputeState
import { GpuComputeState } from "destack:gpu/binding";
Compute-state descriptor.
1export struct GpuComputeState {2 module: GpuShaderHandle;3 entry: string;4 constants: [GpuPipelineConstant];5}Members
module: GpuShaderHandleCompute shader-module handle.
entry: stringCompute entry point when provided.
constants: [GpuPipelineConstant]Compute-stage specialization constants.