Latest chapter from vkguide but doesn't work yet.
This commit is contained in:
parent
40717cf8e4
commit
a5c13d8654
10 changed files with 321 additions and 7 deletions
5
Makefile
5
Makefile
|
|
@ -9,6 +9,9 @@ else
|
|||
sh -x ./scripts/reset_build.sh
|
||||
endif
|
||||
|
||||
shaders:
|
||||
glslangValidator -V gradient.comp -o gradient.comp.spv
|
||||
|
||||
%.cpp : %.rl
|
||||
ragel -I $(ROOT_DIR) -G1 -o $@ $<
|
||||
|
||||
|
|
@ -18,7 +21,7 @@ endif
|
|||
%.png: %.dot
|
||||
dot -Tpng $< -o $@
|
||||
|
||||
build:
|
||||
build:
|
||||
meson compile -j 10 -C $(ROOT_DIR)/builddir
|
||||
|
||||
release_build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue