wip value input

This commit is contained in:
2025-10-02 21:12:08 +02:00
parent 0119ed2fec
commit a2ba37df16
14 changed files with 256 additions and 176 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
in vec2 vUV;
out vec4 fragColor;
uniform vec3 src1_2[6];
void main() {
fragColor = src_stage(vUV, seed4);
fragColor = src_stage(vUV, seed4, src1_2[0], src1_2[1].xy, src1_2[2], src1_2[3].xy, src1_2[4], src1_2[5].xy);
}