GPUBindGroupLayoutDescriptor constructor

GPUBindGroupLayoutDescriptor({
  1. required Iterable<GPUBindGroupLayoutEntry> entries,
})

Implementation

external factory GPUBindGroupLayoutDescriptor(
    {required Iterable<GPUBindGroupLayoutEntry> entries});