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:
@@ -8,8 +8,6 @@
|
||||
|
||||
#include <SkyBox/SkyBoxFeatureProcessor.h>
|
||||
|
||||
#include <AzCore/Debug/EventTrace.h>
|
||||
|
||||
#include <AzFramework/Asset/AssetSystemBus.h>
|
||||
|
||||
#include <Atom/RHI/Factory.h>
|
||||
@@ -190,7 +188,7 @@ namespace AZ
|
||||
|
||||
void SkyBoxFeatureProcessor::Render(const FeatureProcessor::RenderPacket& packet)
|
||||
{
|
||||
AZ_TRACE_METHOD();
|
||||
AZ_PROFILE_FUNCTION(AzRender);
|
||||
AZ_UNUSED(packet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user