wip config
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
// FX B
|
||||
// -------------
|
||||
// IN: 4 (SRC B)
|
||||
// IN: 5 (SRC B)
|
||||
// IN: 6 (FX B)
|
||||
// OUT: 6 (A+B)
|
||||
|
||||
@@ -8,5 +8,5 @@ in vec2 vUV;
|
||||
layout(location = 6) out vec3 fragColor;
|
||||
|
||||
void main() {
|
||||
fragColor = fx_stage(vUV, frame4, frame6);
|
||||
fragColor = fx_stage(vUV, frame5, frame6);
|
||||
}
|
||||
Reference in New Issue
Block a user