An object used to define BindGroup entries

interface BindGroupEntries {
    bindGroupLayout: GPUBindGroupLayoutEntry[];
    bindGroup: GPUBindGroupEntry[];
}

Properties

bindGroupLayout: GPUBindGroupLayoutEntry[]

GPUBindGroupLayoutDescriptor | GPUBindGroupLayout descriptor entries

bindGroup: GPUBindGroupEntry[]

GPUBindGroupDescriptor | GPUBindGroup descriptor entries