diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-18 00:33:43 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-18 00:33:43 -0500 |
| commit | 12a8b6bb63ab52cd4828f16d26d94079fa576436 (patch) | |
| tree | e5bc3783d8e9f17c5653aacb4576bda63a337dcb /src/UI.js | |
| parent | d03675f9effa443811f054578f7c24e17adbd6dc (diff) | |
Add throwshade
Diffstat (limited to 'src/UI.js')
| -rw-r--r-- | src/UI.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,3 +22,7 @@ export const _submitRedeem = (url) => (el) => () => { body: data, }); }; + +export const _setShader = (shader) => () => { + window.wasmBindings.set_shader(shader); +}; |
