Trilium Frontend API
    Preparing search index...

    Interface GPUBindGroup

    The GPUBindGroup interface of the WebGPU API is based on a GPUBindGroupLayout and defines a set of resources to be bound together in a group and how those resources are used in shader stages. Available only in secure contexts.

    MDN Reference

    interface GPUBindGroup {
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label: string