reorganize shaders; use modulate flag; update librw

This commit is contained in:
aap
2021-02-06 16:49:52 +01:00
parent cc435ea711
commit 425f360363
46 changed files with 64 additions and 119 deletions

View File

@@ -0,0 +1,6 @@
#!sh
ext=${1##*.}
name=${1%.*}
(echo "const char *${name}_${ext}_src =";\
sed 's/..*/"&\\n"/' $1;\
echo ';') > obj/${name}_${ext}.inc