wip config
This commit is contained in:
+4
-4
@@ -1,11 +1,11 @@
|
||||
// SRC B
|
||||
// -----------
|
||||
// IN: 0 (MFX)
|
||||
// IN: 2 (IN B)
|
||||
// OUT: 4 (FX B)
|
||||
// IN: 0 (OUT)
|
||||
// IN: 4 (IN B)
|
||||
// OUT: 5 (FX B)
|
||||
|
||||
in vec2 vUV;
|
||||
layout(location = 4) out vec3 fragColor;
|
||||
layout(location = 5) out vec3 fragColor;
|
||||
|
||||
void main() {
|
||||
fragColor = src_stage(vUV);
|
||||
|
||||
Reference in New Issue
Block a user