feat: preprocessing glsl header files

This commit is contained in:
MihailRis
2024-07-20 15:36:30 +03:00
parent 9b8c421557
commit 52381d5afa
2 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ public:
std::string process(
const std::filesystem::path& file,
const std::string& source
const std::string& source,
bool header=false
);
};