start of combine shader
This commit is contained in:
parent
8902c2a0e3
commit
37d816fc98
8 changed files with 106 additions and 3 deletions
shaders
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue