feat: add t6 vertexdecl sub asset creator

This commit is contained in:
Jan Laupetin
2026-03-02 22:08:57 +00:00
parent 3ef8cc7260
commit 9a527c16fa
15 changed files with 179 additions and 8 deletions
@@ -74,9 +74,7 @@ namespace
}
}
return techset::CommonVertexDeclaration{
.m_routing = std::move(commonRouting),
};
return techset::CommonVertexDeclaration(std::move(commonRouting));
}
techset::CommonShaderArg ConvertToCommonArg(const MaterialShaderArgument& arg)