summaryrefslogtreecommitdiff
path: root/workspaces/test
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-21 09:33:40 +0100
committerskal <pascal.massimino@gmail.com>2026-02-21 09:33:40 +0100
commit1dad17db104f671aa0e913143a95826078892ed5 (patch)
tree6625feccf9d08cf22a438a9027a81d913bb4798a /workspaces/test
parent25dc87528915fb0fd89181333324b215d77ad014 (diff)
split raymarching.wgsl in two: with id, or without id.
Diffstat (limited to 'workspaces/test')
-rw-r--r--workspaces/test/assets.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/workspaces/test/assets.txt b/workspaces/test/assets.txt
index 79f5e43..a2d3002 100644
--- a/workspaces/test/assets.txt
+++ b/workspaces/test/assets.txt
@@ -58,6 +58,7 @@ SHADER_RENDER_FULLSCREEN_VS, NONE, ../../common/shaders/render/fullscreen_vs.wgs
SHADER_MATH_COLOR, NONE, ../../common/shaders/math/color.wgsl, "Color Functions"
SHADER_MATH_UTILS, NONE, ../../common/shaders/math/utils.wgsl, "Math Utilities"
SHADER_RENDER_RAYMARCHING, NONE, ../../common/shaders/render/raymarching.wgsl, "Raymarching Functions"
+SHADER_RENDER_RAYMARCHING_ID, NONE, ../../common/shaders/render/raymarching_id.wgsl, "Raymarching-ID Functions"
SHADER_VIGNETTE, NONE, shaders/vignette.wgsl, "Vignette Shader"
SHADER_COMPUTE_GEN_NOISE, NONE, ../../common/shaders/compute/gen_noise.wgsl, "GPU Noise Compute Shader"
SHADER_COMPUTE_GEN_PERLIN, NONE, ../../common/shaders/compute/gen_perlin.wgsl, "GPU Perlin Noise Compute Shader"