Changes call from AZ_TRACE to AZ_PROFILE. AZ_TRACE uses a driller bus that is going to be removed
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
#include <PostProcessing/SMAABlendingWeightCalculationPass.h>
|
||||
#include <PostProcessing/SMAANeighborhoodBlendingPass.h>
|
||||
|
||||
#include <AzCore/Debug/EventTrace.h>
|
||||
|
||||
#include <Atom/RHI/Factory.h>
|
||||
|
||||
#include <Atom/RPI.Public/Pass/PassFilter.h>
|
||||
@@ -66,7 +64,7 @@ namespace AZ
|
||||
|
||||
void SMAAFeatureProcessor::Simulate(const FeatureProcessor::SimulatePacket& packet)
|
||||
{
|
||||
AZ_TRACE_METHOD();
|
||||
AZ_PROFILE_FUNCTION(AzRender);
|
||||
AZ_UNUSED(packet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user