Selva Compute API Reference - v3.0.1
    Preparing search index...

    Interface GPUPipelineLayoutDescriptor

    interface GPUPipelineLayoutDescriptor {
        bindGroupLayouts: (GPUBindGroupLayout | null)[];
        label?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bindGroupLayouts: (GPUBindGroupLayout | null)[]
    label?: string