Add render system
This commit is contained in:
parent
af76df6a81
commit
29e7b5e499
8 changed files with 395 additions and 330 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
build-shaders:
|
||||
./sokol-shdc -i shader.glsl -o shader.odin -l metal_macos -f sokol_odin
|
||||
./sokol-shdc -i shaders/src/shader.glsl -o shaders/out/shader.odin -l metal_macos -f sokol_odin
|
||||
build: build-shaders
|
||||
odin build . -use-single-module
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue