we
    Preparing search index...

    Interface I_weComputeStruct

    interface I_weComputeStruct {
        computeInfo: {
            bindGroup?: (undefined | null | GPUBindGroup)[];
            dispatchCount: [number, number, number];
            pipeline: GPUComputePipeline;
        };
        device: GPUDevice;
        parent: any;
    }
    Index

    Properties

    computeInfo: {
        bindGroup?: (undefined | null | GPUBindGroup)[];
        dispatchCount: [number, number, number];
        pipeline: GPUComputePipeline;
    }
    device: GPUDevice
    parent: any