summaryrefslogtreecommitdiff
path: root/workspaces/main/shaders
diff options
context:
space:
mode:
Diffstat (limited to 'workspaces/main/shaders')
-rw-r--r--workspaces/main/shaders/test_snippet_a.wgsl4
-rw-r--r--workspaces/main/shaders/test_snippet_b.wgsl4
2 files changed, 0 insertions, 8 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;
-}
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;
-}