bindGroupLayouts property
Iterable<GPUBindGroupLayout>
get
bindGroupLayouts
Implementation
Iterable<GPUBindGroupLayout> get bindGroupLayouts =>
js_util.getProperty(this, 'bindGroupLayouts');
set
bindGroupLayouts
(Iterable<GPUBindGroupLayout> newValue)
Implementation
set bindGroupLayouts(Iterable<GPUBindGroupLayout> newValue) {
js_util.setProperty(this, 'bindGroupLayouts', newValue);
}