diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-22 23:19:36 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-22 23:19:36 -0500 |
| commit | 070b5e6d9d3c7e23c06f0ae0b75026923529c24d (patch) | |
| tree | 89c430dd17ca54ff60f885ecd99cf6cfa0f0b7ff /shader-animate.html | |
| parent | 04537ed34d443d0610b77420d1dbef64bc05fbfa (diff) | |
| parent | 1631cdf643283fc71bc9d70b5dcbce03ab9c2386 (diff) | |
Merge branch 'master' of lmno:dither
Diffstat (limited to 'shader-animate.html')
| -rw-r--r-- | shader-animate.html | 2 |
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"> |
