mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-17 07:21:43 +00:00
chore: add logic for computing precompiled index on material pass
This commit is contained in:
@@ -67,6 +67,12 @@ namespace
|
||||
m_stream << std::format("// CUSTOM SAMPLER FLAGS: 0x{:x}\n", mask);
|
||||
}
|
||||
}
|
||||
|
||||
if (!pass.m_comment.empty())
|
||||
{
|
||||
Indent();
|
||||
m_stream << std::format("// {}\n", pass.m_comment);
|
||||
}
|
||||
}
|
||||
|
||||
DumpStateMap();
|
||||
|
||||
Reference in New Issue
Block a user