Add basis for iw4 techset dumping

This commit is contained in:
Jan
2022-03-23 13:45:01 +01:00
parent 9009543c58
commit 66b62611f3
10 changed files with 258 additions and 4 deletions

View File

@ -0,0 +1,12 @@
#include "AssetDumperVertexDecl.h"
using namespace IW4;
bool AssetDumperVertexDecl::ShouldDump(XAssetInfo<MaterialVertexDeclaration>* asset)
{
return true;
}
void AssetDumperVertexDecl::DumpAsset(AssetDumpingContext& context, XAssetInfo<MaterialVertexDeclaration>* asset)
{
}