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 "AssetDumperVertexShader.h"
using namespace IW4;
bool AssetDumperVertexShader::ShouldDump(XAssetInfo<MaterialVertexShader>* asset)
{
return true;
}
void AssetDumperVertexShader::DumpAsset(AssetDumpingContext& context, XAssetInfo<MaterialVertexShader>* asset)
{
}