bindGroupLayouts property

Iterable<GPUBindGroupLayout> bindGroupLayouts

Implementation

Iterable<GPUBindGroupLayout> get bindGroupLayouts =>
    js_util.getProperty(this, 'bindGroupLayouts');
void bindGroupLayouts=(Iterable<GPUBindGroupLayout> newValue)

Implementation

set bindGroupLayouts(Iterable<GPUBindGroupLayout> newValue) {
  js_util.setProperty(this, 'bindGroupLayouts', newValue);
}