diff options
Diffstat (limited to 'workspaces/main/shaders/test_snippet_b.wgsl')
| -rw-r--r-- | workspaces/main/shaders/test_snippet_b.wgsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/workspaces/main/shaders/test_snippet_b.wgsl b/workspaces/main/shaders/test_snippet_b.wgsl new file mode 100644 index 0000000..071346e --- /dev/null +++ b/workspaces/main/shaders/test_snippet_b.wgsl @@ -0,0 +1,4 @@ +// test_snippet_b.wgsl +fn snippet_b() -> f32 { + return 2.0; +} |
