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:
@@ -165,7 +165,7 @@ namespace NvCloth
|
||||
|
||||
void Cloth::Update()
|
||||
{
|
||||
AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::Cloth);
|
||||
AZ_PROFILE_FUNCTION(Cloth);
|
||||
|
||||
ResolveStaticParticles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user