feat: template techset and shader dumping for IW4,T6

This commit is contained in:
Jan Laupetin
2026-03-14 09:09:55 +01:00
parent bb9dba4132
commit eae57d9da0
17 changed files with 313 additions and 690 deletions
@@ -103,7 +103,7 @@ namespace
if (!shader.m_name.empty())
{
m_stream << std::format("// ERROR: Cannot dump shader {} as its data is not loaded\n", shader.m_name);
con::error("Technique {}: Cannot dump shader {} as its data is not loaded\n", technique.m_name, shader.m_name);
con::error("Technique {}: Cannot dump shader {} as its data is not loaded", technique.m_name, shader.m_name);
}
return;