mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-15 17:33:03 +00:00
chore: add CommonCodeSourceInfos for IW4
This commit is contained in:
@@ -6208,7 +6208,7 @@ namespace T6
|
||||
MTL_ARG_MATERIAL_PIXEL_CONST = 0x6,
|
||||
MTL_ARG_LITERAL_PIXEL_CONST = 0x7,
|
||||
|
||||
MLT_ARG_COUNT,
|
||||
MTL_ARG_COUNT,
|
||||
};
|
||||
|
||||
struct MaterialShaderArgument
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user