storeOp property
GPUStoreOp
get
storeOp
Implementation
GPUStoreOp get storeOp =>
GPUStoreOp.fromValue(js_util.getProperty(this, 'storeOp'));
set
storeOp
(GPUStoreOp newValue)
Implementation
set storeOp(GPUStoreOp newValue) {
js_util.setProperty(this, 'storeOp', newValue.value);
}