Latest chapter from vkguide but doesn't work yet.

This commit is contained in:
Zed A. Shaw 2025-11-28 14:11:28 -05:00
parent 40717cf8e4
commit a5c13d8654
10 changed files with 321 additions and 7 deletions

View file

@ -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: