summaryrefslogtreecommitdiff
path: root/workspaces/main/shaders/scene1.wgsl
diff options
context:
space:
mode:
Diffstat (limited to 'workspaces/main/shaders/scene1.wgsl')
-rw-r--r--workspaces/main/shaders/scene1.wgsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspaces/main/shaders/scene1.wgsl b/workspaces/main/shaders/scene1.wgsl
index 2a811f7..2723b66 100644
--- a/workspaces/main/shaders/scene1.wgsl
+++ b/workspaces/main/shaders/scene1.wgsl
@@ -4,7 +4,7 @@
#include "common_uniforms"
#include "math/color"
#include "math/utils"
-#include "sdf_primitives"
+#include "math/sdf_shapes"
#include "render/raymarching"
@group(0) @binding(0) var<uniform> uniforms: CommonUniforms;