WasmGPU - v0.6.0
    Preparing search index...

    Type Alias ComputeBindGroupLayoutDescriptor

    type ComputeBindGroupLayoutDescriptor = {
        entries: GPUBindGroupLayoutEntry[];
        label?: string;
    }
    Index

    Properties

    Properties

    entries: GPUBindGroupLayoutEntry[]
    label?: string