start of combine shader

This commit is contained in:
zomseffen 2025-04-17 17:15:57 +02:00
parent 8902c2a0e3
commit 37d816fc98
8 changed files with 106 additions and 3 deletions
shaders

View file

@ -13,4 +13,5 @@ glslc shaders/rt_quad.frag -o shaders/compiled/frag_rt_quad.spv
glslc shaders/rt_compute_rasterize.comp -o shaders/compiled/rt_compute_rasterize.spv
glslc shaders/rt_compute_grow_one.comp -o shaders/compiled/rt_compute_grow_one.spv
glslc shaders/rt_compute_grow_two.comp -o shaders/compiled/rt_compute_grow_two.spv
glslc shaders/rt_compute_grow_three.comp -o shaders/compiled/rt_compute_grow_three.spv
glslc shaders/rt_compute_grow_three.comp -o shaders/compiled/rt_compute_grow_three.spv
glslc shaders/rt_compute_combine.comp -o shaders/compiled/rt_compute_combine.spv