Deprecate profiler categories based on global enum
(to be supplanted by registered budgets in the future) Signed-off-by: Jeremy Ong <jcong@amazon.com>
This commit is contained in:
@@ -66,7 +66,7 @@ namespace NvCloth
|
||||
MeshNodeInfo& meshNodeInfo,
|
||||
MeshClothInfo& meshClothInfo)
|
||||
{
|
||||
AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::Cloth);
|
||||
AZ_PROFILE_FUNCTION(Cloth);
|
||||
|
||||
AZ::Data::Asset<AZ::RPI::ModelAsset> modelDataAsset;
|
||||
AZ::Render::MeshComponentRequestBus::EventResult(
|
||||
|
||||
Reference in New Issue
Block a user