mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 08:35:43 +00:00
Dump technique flags
This commit is contained in:
parent
15fd1ae686
commit
7a89630a13
@ -426,6 +426,8 @@ namespace IW4
|
|||||||
|
|
||||||
void DumpTechnique(const MaterialTechnique* technique)
|
void DumpTechnique(const MaterialTechnique* technique)
|
||||||
{
|
{
|
||||||
|
Indent();
|
||||||
|
m_stream << "// TECHNIQUE FLAGS: 0x" << std::hex << technique->flags << "\n";
|
||||||
for (auto i = 0u; i < technique->passCount; i++)
|
for (auto i = 0u; i < technique->passCount; i++)
|
||||||
DumpPass(technique->passArray[i]);
|
DumpPass(technique->passArray[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user