Merge branch 'main' into feat/smarter_shader_compiler

This commit is contained in:
MrDowntempo
2025-11-21 11:45:19 -05:00
committed by GitHub
190 changed files with 5560 additions and 3213 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ for shader in "${SHADERS_TO_COMPILE[@]}"; do
output_path="$DEST_DIR$shader_name.frag.qsb"
# Construct and run the qsb command.
qsb --qt6 -o "$output_path" "$shader"
/usr/lib/qt6/bin/qsb --qt6 -o "$output_path" "$shader"
# Print a message to confirm compilation.
echo "Compiled $(basename "$shader") to $output_path"