Wed, 19 Mar 2025 22:43:37 +0100
go back to reading shader code from files
apart from using a nice C23 feature there is
nothing really useful about embedding the code
directly
0 | 1 | # |
2 | # cc toolchain config | |
3 | # | |
4 | ||
5 | CFLAGS = | |
6 | DEBUG_CC_FLAGS = -g | |
7 | RELEASE_CC_FLAGS = -O3 -DNDEBUG | |
8 | LDFLAGS = |