Next part of the tutorial where we have a couple compute shaders controlled by ImGUI.
This commit is contained in:
parent
14f307b1b3
commit
a996440c61
7 changed files with 219 additions and 21 deletions
2
Makefile
2
Makefile
|
|
@ -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 $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue