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