This commit is contained in:
Pavel Flegr 2026-05-22 16:17:31 +02:00
commit cd40b79306
9 changed files with 772 additions and 0 deletions

3
build.sh Executable file
View file

@ -0,0 +1,3 @@
glslc -fshader-stage=vert shaders/cubes.vert.glsl -o shaders/cubes.vert.spv
glslc -fshader-stage=frag shaders/cubes.frag.glsl -o shaders/cubes.frag.spv
odin run src -out:bin/cubes