reorganize shaders; use modulate flag; update librw

This commit is contained in:
aap
2021-02-06 16:33:17 +01:00
parent 2bd8be5872
commit 6662e60b63
46 changed files with 64 additions and 120 deletions

View File

@@ -0,0 +1,6 @@
#!sh
cd obj
for i in *cso; do
(echo -n 'static '
xxd -i $i | grep -v '_len = ') > ${i%cso}inc
done