summaryrefslogtreecommitdiff
path: root/workspaces/main/shaders/test_snippet_a.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_a.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_a.wgsl')
-rw-r--r--workspaces/main/shaders/test_snippet_a.wgsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/workspaces/main/shaders/test_snippet_a.wgsl b/workspaces/main/shaders/test_snippet_a.wgsl
deleted file mode 100644
index 732973d..0000000
--- a/workspaces/main/shaders/test_snippet_a.wgsl
+++ /dev/null
@@ -1,4 +0,0 @@
-// test_snippet_a.wgsl
-fn snippet_a() -> f32 {
- return 1.0;
-}