feat: FRAG_FILE_PREFIX

This commit is contained in:
2025-11-07 19:30:48 +01:00
parent 63284d34ef
commit 4927d5cf10
5 changed files with 26 additions and 21 deletions
+2
View File
@@ -103,6 +103,8 @@ IN_2_OUT=2
# Fragment shaders will be read from the CLI directory as "fragX.glsl"
# Special shader "frag0.glsl" will be prepend to each one
FRAG_FILE_PREFIX=frag
# Total number of fragment shaders (excluding frag0.glsl)
FRAG_COUNT=10