any buffer to any tex
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
// OUT: 3 (A+B)
|
||||
|
||||
in vec2 vUV;
|
||||
layout(location = 3) out vec4 fragColor;
|
||||
out vec4 fragColor;
|
||||
|
||||
void main() {
|
||||
fragColor = fx_stage(vUV, tex2, tex3);
|
||||
|
||||
Reference in New Issue
Block a user