layout property

GPUBindGroupLayout get layout

Implementation

GPUBindGroupLayout get layout => js_util.getProperty(this, 'layout');
set layout (GPUBindGroupLayout newValue)

Implementation

set layout(GPUBindGroupLayout newValue) {
  js_util.setProperty(this, 'layout', newValue);
}