loadOp property
GPULoadOp
get
loadOp
Implementation
GPULoadOp get loadOp =>
GPULoadOp.fromValue(js_util.getProperty(this, 'loadOp'));
set
loadOp
(GPULoadOp newValue)
Implementation
set loadOp(GPULoadOp newValue) {
js_util.setProperty(this, 'loadOp', newValue.value);
}