add entity shader

This commit is contained in:
MihailRis
2024-07-20 17:13:03 +03:00
parent 8e159009eb
commit 4197746c69
8 changed files with 83 additions and 16 deletions
-4
View File
@@ -141,9 +141,5 @@ std::string GLSLExtension::process(const fs::path& file, const std::string& sour
ss << source.substr(pos, endline+1-pos);
pos = endline+1;
}
if (!header) {
std::cout << " ========================================================== " << file.u8string() << std::endl;
std::cout << ss.str() << std::endl;
}
return ss.str();
}