summaryrefslogtreecommitdiff
path: root/themes/dist
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dist')
-rw-r--r--themes/dist/output.js7
-rwxr-xr-xthemes/dist/output.wasmbin99246 -> 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
index 24a3b4f..98fd466 100755
--- a/themes/dist/output.wasm
+++ b/themes/dist/output.wasm
Binary files differ