summaryrefslogtreecommitdiff
path: root/workspaces/main/shaders/test_snippet_b.wgsl
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-12 09:40:13 +0100
committerskal <pascal.massimino@gmail.com>2026-02-12 09:40:13 +0100
commit8ccf6253f587026369f0f7c384d1e20e7a818021 (patch)
tree766dd45d59c8e03717fd279cebc0658563ac009f /workspaces/main/shaders/test_snippet_b.wgsl
parent2d7ee51a8a81c411659ff343e53865980d8cb30c (diff)
cleanup: remove test-only files from main workspace
Remove test snippets (a/b) that belong in test workspace only. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'workspaces/main/shaders/test_snippet_b.wgsl')
-rw-r--r--workspaces/main/shaders/test_snippet_b.wgsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/workspaces/main/shaders/test_snippet_b.wgsl b/workspaces/main/shaders/test_snippet_b.wgsl
deleted file mode 100644
index 071346e..0000000
--- a/workspaces/main/shaders/test_snippet_b.wgsl
+++ /dev/null
@@ -1,4 +0,0 @@
-// test_snippet_b.wgsl
-fn snippet_b() -> f32 {
- return 2.0;
-}