refactor: split frag0 into multiple files

This commit is contained in:
2025-11-08 22:35:10 +01:00
parent b4b79cea12
commit 248c947fad
31 changed files with 2041 additions and 1875 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef INC_BASE
#define INC_BASE
uniform vec2 iResolution;
uniform vec2 iTexResolution;
#endif