From 8ccf6253f587026369f0f7c384d1e20e7a818021 Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 12 Feb 2026 09:40:13 +0100 Subject: 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 --- workspaces/main/shaders/test_snippet_a.wgsl | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 workspaces/main/shaders/test_snippet_a.wgsl (limited to 'workspaces/main/shaders/test_snippet_a.wgsl') 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; -} -- cgit v1.2.3