depthStoreOp property

GPUStoreOp get depthStoreOp

Implementation

GPUStoreOp get depthStoreOp =>
    GPUStoreOp.fromValue(js_util.getProperty(this, 'depthStoreOp'));
set depthStoreOp (GPUStoreOp newValue)

Implementation

set depthStoreOp(GPUStoreOp newValue) {
  js_util.setProperty(this, 'depthStoreOp', newValue.value);
}