storeOp property

GPUStoreOp storeOp

Implementation

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

Implementation

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