2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-27 03:18:17 +00:00

feat: add templated technique compiler for IW4

This commit is contained in:
Jan Laupetin
2026-03-07 10:32:53 +00: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,