Trilium Frontend API
    Preparing search index...

    Interface GPUComputePipeline

    The GPUComputePipeline interface of the WebGPU API represents a pipeline that controls the compute shader stage and can be used in a GPUComputePassEncoder. Available only in secure contexts.

    MDN Reference

    interface GPUComputePipeline {
        label: string;
        getBindGroupLayout(index: number): GPUBindGroupLayout;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    label: string

    Methods