diff options
Diffstat (limited to 'themes/dist')
| -rw-r--r-- | themes/dist/output.js | 7 | ||||
| -rwxr-xr-x | themes/dist/output.wasm | bin | 99246 -> 101730 bytes |
2 files changed, 7 insertions, 0 deletions
diff --git a/themes/dist/output.js b/themes/dist/output.js index 6f95b3e..011ac68 100644 --- a/themes/dist/output.js +++ b/themes/dist/output.js @@ -3170,6 +3170,11 @@ function dbg(...args) { } }; + var _glUniform1f = (location, v0) => { + GLctx.uniform1f(webglGetUniformLocation(location), v0); + }; + + var miniTempWebGLFloatBuffers = []; var _glUniformMatrix4fv = (location, count, transpose, value) => { @@ -3363,6 +3368,8 @@ var wasmImports = { /** @export */ glShaderSource: _glShaderSource, /** @export */ + glUniform1f: _glUniform1f, + /** @export */ glUniformMatrix4fv: _glUniformMatrix4fv, /** @export */ glUseProgram: _glUseProgram, diff --git a/themes/dist/output.wasm b/themes/dist/output.wasm Binary files differindex 24a3b4f..98fd466 100755 --- a/themes/dist/output.wasm +++ b/themes/dist/output.wasm |
