Interface gpuGPUBindGroupDescriptor

interface gpuGPUBindGroupDescriptor {
    entries: gpuGPUBindGroupEntry[];
    label?: string;
    layout: gpuGPUBindGroupLayout;
}

Properties

Properties

label?: string