@feng3d/webgpu
    Preparing search index...

    Interface ComputePipeline

    WebGPU计算管线。

    GPUDevice.createComputePipeline GPUComputePipelineDescriptor

    interface ComputePipeline {
        compute: ComputeStage;
        label?: string;
    }
    Index

    Properties

    Properties

    compute: ComputeStage

    计算程序。

    label?: string

    The initial value of GPUObjectBase#label|GPUObjectBase.label.