Merge branch 'main' into non-uniform-scale-mesh

This commit is contained in:
greerdv
2021-04-19 11:05:10 +01:00
296 changed files with 5966 additions and 2949 deletions
@@ -387,6 +387,11 @@ namespace AZ
}
}
void MeshFeatureProcessor::ForceRebuildDrawPackets([[maybe_unused]] const AZ::ConsoleCommandContainer& arguments)
{
m_forceRebuildDrawPackets = true;
}
void MeshFeatureProcessor::OnRenderPipelineAdded(RPI::RenderPipelinePtr pipeline)
{
m_forceRebuildDrawPackets = true;;