mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-07 12:18:40 +00:00
feat: compile iw5 techsets
This commit is contained in:
@@ -34,6 +34,22 @@ namespace IW5
|
||||
"lit omni dfog",
|
||||
"lit omni shadow",
|
||||
"lit omni shadow dfog",
|
||||
"lit instanced",
|
||||
"lit instanced dfog",
|
||||
"lit instanced sun",
|
||||
"lit instanced sun dfog",
|
||||
"lit instanced sun shadow",
|
||||
"lit instanced sun shadow dfog",
|
||||
"lit instanced spot",
|
||||
"lit instanced spot dfog",
|
||||
"lit instanced spot shadow",
|
||||
"lit instanced spot shadow dfog",
|
||||
"lit instanced spot shadow cucoloris",
|
||||
"lit instanced spot shadow cucoloris dfog",
|
||||
"lit instanced omni",
|
||||
"lit instanced omni dfog",
|
||||
"lit instanced omni shadow",
|
||||
"lit instanced omni shadow dfog",
|
||||
"light spot",
|
||||
"light omni",
|
||||
"light spot shadow",
|
||||
@@ -46,6 +62,7 @@ namespace IW5
|
||||
"shaded wireframe",
|
||||
"thermal",
|
||||
"debug bumpmap",
|
||||
"debug bumpmap instanced",
|
||||
};
|
||||
static_assert(std::extent_v<decltype(techniqueTypeNames)> == TECHNIQUE_COUNT);
|
||||
static inline techset::CommonTechniqueTypeNames commonTechniqueTypeNames(techniqueTypeNames, std::extent_v<decltype(techniqueTypeNames)>);
|
||||
|
||||
Reference in New Issue
Block a user