Chartbreaker
    Preparing search index...

    Interface GPUBindGroupLayout

    The GPUBindGroupLayout interface of the WebGPU API defines the structure and purpose of related GPU resources such as buffers that will be used in a pipeline, and is used as a template when creating GPUBindGroups. Available only in secure contexts.

    MDN Reference

    interface GPUBindGroupLayout {
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label: string