depthLoadOp property

GPULoadOp get depthLoadOp

Implementation

GPULoadOp get depthLoadOp =>
    GPULoadOp.fromValue(js_util.getProperty(this, 'depthLoadOp'));
set depthLoadOp (GPULoadOp newValue)

Implementation

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