Next part of the tutorial where we have a couple compute shaders controlled by ImGUI.

This commit is contained in:
Zed A. Shaw 2025-12-02 13:14:48 -05:00
parent 14f307b1b3
commit a996440c61
7 changed files with 219 additions and 21 deletions

View file

@ -11,6 +11,8 @@ endif
shaders:
glslangValidator -V gradient.comp -o gradient.comp.spv
glslangValidator -V sky.comp -o sky.comp.spv
glslangValidator -V gradient_color.comp -o gradient_color.comp.spv
%.cpp : %.rl
ragel -I $(ROOT_DIR) -G1 -o $@ $<