Interface GPUBindGroupLayoutDescriptor

    interface GPUBindGroupLayoutDescriptor {
        entries: Iterable<GPUBindGroupLayoutEntry>;
        label?: string;
    }
    Hierarchy

    Properties

    Properties

    A list of entries describing the shader resource bindings for a bind group.

    label?: string

    The initial value of GPUObjectBase.label.