feat: dump material techniques for T6

This commit is contained in:
Jan Laupetin
2025-12-16 11:47:28 +00:00
parent 18ccbb9180
commit 9b526adaed
8 changed files with 221 additions and 36 deletions
@@ -1,9 +1,9 @@
#pragma once
#include "Dumping/AssetDumpingContext.h"
#include "Techset/CommonTechset.h"
#include "Techset/CommonTechnique.h"
namespace techset
{
void DumpCommonTechnique(const AssetDumpingContext& context, const CommonTechset& techset);
void DumpCommonTechnique(const AssetDumpingContext& context, const CommonTechnique& technique);
} // namespace techset