depthStoreOp property

GPUStoreOp depthStoreOp

Implementation

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

Implementation

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