WasmGPU - v0.6.0
    Preparing search index...

    Type Alias ComputeDispatchCommand

    type ComputeDispatchCommand = {
        bindGroups?: ReadonlyArray<GPUBindGroup | null | undefined>;
        label?: string;
        pipeline: GPUComputePipeline | ComputePipeline;
        workgroups: DispatchWorkgroups;
    }
    Index

    Properties

    bindGroups?: ReadonlyArray<GPUBindGroup | null | undefined>
    label?: string
    pipeline: GPUComputePipeline | ComputePipeline
    workgroups: DispatchWorkgroups