init
This commit is contained in:
commit
cd40b79306
9 changed files with 772 additions and 0 deletions
3
build.sh
Executable file
3
build.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue