initial commit

This commit is contained in:
2025-02-26 15:51:59 +01:00
commit 931d0c2bf3
16 changed files with 6091 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
// this is made available to the importing module
const COLOR_MULTIPLIER: vec4<f32> = vec4<f32>(1.0, 1.0, 1.0, 0.5);