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: 2 (FX A)
in vec2 vUV;
layout(location = 2) out vec4 fragColor;
out vec4 fragColor;
void main() {
fragColor = src_stage(vUV);