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_1[6];
void main() {
fragColor = src_stage(vUV, seed3);
fragColor = src_stage(vUV, seed3, src1_1[0], src1_1[1].xy, src1_1[2], src1_1[3].xy, src1_1[4], src1_1[5].xy);
}