bind any number of textures (i'm unstoppable)

This commit is contained in:
2025-09-19 00:22:22 +02:00
parent 1cf3c7eb50
commit f3ee854de0
8 changed files with 30 additions and 28 deletions
+4 -1
View File
@@ -2,6 +2,9 @@ UNIFORM_TIME=iTime
UNIFORM_TEMPO=iTempo
UNIFORM_FPS=iFPS
UNIFORM_RESOLUTION=iResolution
UNIFORM_TEX_PREFIX=tex
TEX_COUNT=9
FRAG_COUNT=8
FRAG_OUTPUT=7
@@ -10,7 +13,7 @@ FRAG_1_OUT=2
FRAG_2_OUT=5
FRAG_3_OUT=3
FRAG_4_OUT=6
FRAG_5_OUT=7
FRAG_5_OUT=8
FRAG_6_OUT=0
SUB_TYPE_COUNT=3