diff options
Diffstat (limited to 'themes/dist')
| -rw-r--r-- | themes/dist/output.js | 6 | ||||
| -rwxr-xr-x | themes/dist/output.wasm | bin | 101714 -> 101674 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/themes/dist/output.js b/themes/dist/output.js index 011ac68..b19a1a3 100644 --- a/themes/dist/output.js +++ b/themes/dist/output.js @@ -2875,6 +2875,10 @@ function dbg(...args) { GL.postDrawHandleClientVertexAttribBindings(); }; + var _glDrawArraysInstanced = (mode, first, count, primcount) => { + GLctx.drawArraysInstanced(mode, first, count, primcount); + }; + var _glDrawElements = (mode, count, type, indices) => { var buf; var vertexes = 0; @@ -3342,6 +3346,8 @@ var wasmImports = { /** @export */ glDrawArrays: _glDrawArrays, /** @export */ + glDrawArraysInstanced: _glDrawArraysInstanced, + /** @export */ glDrawElements: _glDrawElements, /** @export */ glEnable: _glEnable, diff --git a/themes/dist/output.wasm b/themes/dist/output.wasm Binary files differindex 4c88053..671e7bb 100755 --- a/themes/dist/output.wasm +++ b/themes/dist/output.wasm |
