2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-16 01:43:04 +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

@@ -6208,7 +6208,7 @@ namespace T6
MTL_ARG_MATERIAL_PIXEL_CONST = 0x6, MTL_ARG_MATERIAL_PIXEL_CONST = 0x6,
MTL_ARG_LITERAL_PIXEL_CONST = 0x7, MTL_ARG_LITERAL_PIXEL_CONST = 0x7,
MLT_ARG_COUNT, MTL_ARG_COUNT,
}; };
struct MaterialShaderArgument struct MaterialShaderArgument

File diff suppressed because it is too large Load Diff

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::MATERIAL_CONST },
{.m_shader_type = techset::CommonTechniqueShaderType::PIXEL, .m_value_type = techset::CommonShaderValueType::LITERAL_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[]{ static inline const char* commonIgnoredArgAccessors[]{
"combined_dlight", "combined_dlight",