summaryrefslogtreecommitdiff
path: root/tools/shadertoy/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shadertoy/README.md')
-rw-r--r--tools/shadertoy/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/shadertoy/README.md b/tools/shadertoy/README.md
index d12865f..283a65f 100644
--- a/tools/shadertoy/README.md
+++ b/tools/shadertoy/README.md
@@ -19,6 +19,9 @@ EOF
# Generate effect files
./tools/shadertoy/convert_shadertoy.py tunnel.txt Tunnel
+# Regenerate only shader (if .h/.cc already exist)
+./tools/shadertoy/convert_shadertoy.py tunnel.txt Tunnel --shader-only
+
# Follow printed instructions to integrate
```