2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-17 10:23:02 +00:00

chore: add CommonCodeSourceInfos for IW4

This commit is contained in:
Jan Laupetin
2026-03-06 20:08:50 +00:00
parent 192654da09
commit bb9dba4132
3 changed files with 1067 additions and 431 deletions

View File

@@ -1848,7 +1848,7 @@ namespace T6
{.m_shader_type = techset::CommonTechniqueShaderType::PIXEL, .m_value_type = techset::CommonShaderValueType::MATERIAL_CONST },
{.m_shader_type = techset::CommonTechniqueShaderType::PIXEL, .m_value_type = techset::CommonShaderValueType::LITERAL_CONST },
};
static_assert(std::extent_v<decltype(commonArgumentTypes)> == MLT_ARG_COUNT);
static_assert(std::extent_v<decltype(commonArgumentTypes)> == MTL_ARG_COUNT);
static inline const char* commonIgnoredArgAccessors[]{
"combined_dlight",