summaryrefslogtreecommitdiff
path: root/workspaces/main/assets.txt
diff options
context:
space:
mode:
Diffstat (limited to 'workspaces/main/assets.txt')
-rw-r--r--workspaces/main/assets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspaces/main/assets.txt b/workspaces/main/assets.txt
index ace1462..0b64ba9 100644
--- a/workspaces/main/assets.txt
+++ b/workspaces/main/assets.txt
@@ -25,7 +25,7 @@ NOISE_TEX, PROC(gen_noise, 1234, 16), _, "Procedural noise texture for bump mapp
# --- WGSL Shaders & Snippets ---
SHADER_RENDERER_3D, NONE, shaders/renderer_3d.wgsl, "Hybrid 3D Renderer Shader"
SHADER_COMMON_UNIFORMS, NONE, ../../common/shaders/common_uniforms.wgsl, "Common Uniforms Snippet"
-SHADER_SDF_PRIMITIVES, NONE, ../../common/shaders/sdf_primitives.wgsl, "SDF Primitives Snippet"
+SHADER_SDF_SHAPES, NONE, ../../common/shaders/math/sdf_shapes.wgsl, "SDF Shapes (2D/3D primitives)"
SHADER_LIGHTING, NONE, ../../common/shaders/lighting.wgsl, "Lighting Snippet"
SHADER_RAY_BOX, NONE, ../../common/shaders/ray_box.wgsl, "Ray-Box Intersection Snippet"
SHADER_RAY_TRIANGLE, NONE, ../../common/shaders/ray_triangle.wgsl, "Ray-Triangle Intersection Snippet (Möller-Trumbore)"