Merge branch 'development' into cmake/AddressSanitizer

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>

# Conflicts:
#	Code/Legacy/CryCommon/LegacyAllocator.h
This commit is contained in:
Esteban Papp
2021-08-19 11:44:28 -07:00
460 changed files with 4366 additions and 5622 deletions
@@ -250,7 +250,7 @@ namespace AZ::MeshBuilder
AZ::JobContext* jobContext = nullptr;
AZ::Job* job = AZ::CreateJobFunction([&subMesh]()
{
AZ_PROFILE_SCOPE(AZ::Debug::ProfileCategory::Animation, "MeshBuilder::GenerateSubMeshVertexOrders::SubMeshJob");
AZ_PROFILE_SCOPE(Animation, "MeshBuilder::GenerateSubMeshVertexOrders::SubMeshJob");
subMesh->GenerateVertexOrder();
}, true, jobContext);