depthLoadOp property

GPULoadOp depthLoadOp

Implementation

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

Implementation

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