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

feat: t5 techset compiling

This commit is contained in:
Jan Laupetin
2026-03-14 23:23:30 +01:00
parent 04870e8fbf
commit e8b9ece6bd
12 changed files with 41 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#options GAME(IW3, IW4, T6)
#options GAME(IW3, IW4, T5, T6)
#filename "Game/" + GAME + "/Techset/PixelShaderLoader" + GAME + ".cpp"
@@ -18,6 +18,7 @@
#elif GAME == "T5"
#define FEATURE_T5
#define IS_DX9
#define IS_SUB_ASSET
#elif GAME == "T6"
#define FEATURE_T6
#define IS_DX11