feat: working include directive

This commit is contained in:
2025-11-08 18:24:52 +01:00
parent de5fc8c641
commit 9c60d5dc4f
25 changed files with 248 additions and 154 deletions
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// VIDEO 1
// -----------
// IN: 1 (RAW IN A)
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// MONITOR
// ---
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// VIDEO 2
// -----------
// IN: 2 (RAW IN B)
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// SRC A
// -----------
// OUT: 5 (FX A)
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// SRC B
// -----------
// OUT: 6 (FX B)
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// FX A
// -------------
// IN: 5 (SRC A)
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// FX B
// -------------
// IN: 6 (SRC B)
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// A+B
// ------------
// IN: 7 (FX A)
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// MFX
// ------------
// IN: 9 (A+B)
+2
View File
@@ -1,3 +1,5 @@
#include frag0.glsl
// OUT
// ---