stencilLoadOp property

GPULoadOp stencilLoadOp

Implementation

GPULoadOp get stencilLoadOp =>
    GPULoadOp.fromValue(js_util.getProperty(this, 'stencilLoadOp'));
void stencilLoadOp=(GPULoadOp newValue)

Implementation

set stencilLoadOp(GPULoadOp newValue) {
  js_util.setProperty(this, 'stencilLoadOp', newValue.value);
}