GPUBindGroupLayoutDescriptor constructor
GPUBindGroupLayoutDescriptor({
- required Iterable<
GPUBindGroupLayoutEntry> entries,
Implementation
external factory GPUBindGroupLayoutDescriptor(
{required Iterable<GPUBindGroupLayoutEntry> entries});