summaryrefslogtreecommitdiff
path: root/shader-animate.html
diff options
context:
space:
mode:
Diffstat (limited to 'shader-animate.html')
-rw-r--r--shader-animate.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/shader-animate.html b/shader-animate.html
index 6591d6d..82b841b 100644
--- a/shader-animate.html
+++ b/shader-animate.html
@@ -19,6 +19,7 @@ delay <input type="text" id="delay" value="60">
<button id="render" disabled>render</button>
<button id="demo">demo</button>
<button id="dither-demo">dither</button>
+<span id="status"></span>
<br>
<br>
<textarea id="shader">
@@ -62,6 +63,7 @@ function run(el){
$("#shader").html(s)
shader_build()
}
+function status(s){$("#status").html(s)}
</script>
<script type="text/javascript-shader" id="first">