refactor GLSLExtension.cpp & add 'param' shader preprocessor directive & add PostEffect class (WIP)

This commit is contained in:
MihailRis
2025-04-03 21:46:12 +03:00
parent 531334f059
commit 1feee3a809
8 changed files with 263 additions and 97 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ using namespace toml;
class TomlReader : BasicParser<char> {
dv::value root;
// modified version of BaseParser.parseString
// modified version of BasicParser.parseString
// todo: extract common part
std::string parseMultilineString() {
pos += 2;