[GCI] Added Lightning Bolt for WASM accelerated modules (#1365)

* wasmSuccess

* modules use wasmSuccess

* modules use wasmSuccess

* add the tooltip
This commit is contained in:
Harsh Khandeparkar
2019-12-19 23:45:42 +00:00
committed by Jeffrey Warren
parent b7d5a98cdb
commit 6476b8d698
41 changed files with 119 additions and 173 deletions

View File

@@ -17,11 +17,8 @@ function Invert(options, UI) {
return [255 - r, 255 - g, 255 - b, a];
}
function output(image, datauri, mimetype) {
// This output is accessible by Image Sequencer
step.output = { src: datauri, format: mimetype };
function output(image, datauri, mimetype, wasmSuccess) {
step.output = { src: datauri, format: mimetype, wasmSuccess, useWasm: options.useWasm };
}
return input.pixelManipulation({