any buffer to any tex

This commit is contained in:
2025-09-19 00:06:50 +02:00
parent b00b0d0f33
commit 1cf3c7eb50
8 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// OUT: 7 (MFX)
in vec2 vUV;
layout(location = 7) out vec4 fragColor;
out vec4 fragColor;
void main() {
fragColor = mix_stage(vUV, tex3, tex6, sin(iTime * 0.25) * 0.3 + 0.3); // TODO tmp