feat: add templated technique compiler for IW4

This commit is contained in:
Jan Laupetin
2026-03-14 09:09:56 +01:00
parent dbe5cffb2f
commit fbfd418e20
3 changed files with 64 additions and 2 deletions
@@ -1,6 +1,7 @@
#include "ObjCompilerIW4.h"
#include "Game/IW4/IW4.h"
#include "Game/IW4/Techset/TechniqueCompilerIW4.h"
#include "Game/IW4/Techset/TechsetCompilerIW4.h"
#include "Game/IW4/Techset/VertexDeclCompilerIW4.h"
#include "Image/ImageIwdPostProcessor.h"
@@ -21,6 +22,8 @@ namespace
#endif
collection.AddAssetCreator(techset::CreateVertexDeclCompilerIW4(memory));
collection.AddAssetCreator(techset::CreateTechsetCompilerIW4(memory, searchPath));
collection.AddSubAssetCreator(techset::CreateTechniqueCompilerIW4(memory, zone, searchPath));
}
void ConfigurePostProcessors(AssetCreatorCollection& collection,