Trilium Frontend API
    Preparing search index...

    Interface GPUPipelineLayout

    The GPUPipelineLayout interface of the WebGPU API defines the GPUBindGroupLayouts used by a pipeline. GPUBindGroups used with the pipeline during command encoding must have compatible GPUBindGroupLayouts. Available only in secure contexts.

    MDN Reference

    interface GPUPipelineLayout {
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label: string