feat: forge_project.cfg

This commit is contained in:
2025-11-07 19:23:27 +01:00
parent 28987bbb54
commit 63284d34ef
18 changed files with 37 additions and 25 deletions
+12
View File
@@ -0,0 +1,12 @@
// SRC A
// -----------
// OUT: 5 (FX A)
in vec2 vUV;
out vec4 fragColor;
uniform vec3 iMidi1_1[6];
void main() {
fragColor = src_stage(vUV, iSeed3, iMidi1_1[0], iMidi1_1[1].xy, iMidi1_1[2], iMidi1_1[3].xy, iMidi1_1[4], iMidi1_1[5].xy);
}