Remove extra/bad profile markers (#4031)
Many of these are just extra noise in the profile, but the one in Archive.cpp could also cause PIX to crash. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com>
This commit is contained in:
@@ -96,8 +96,6 @@ namespace AZ
|
||||
const AZ::Vector3& rayStart, const AZ::Vector3& rayDir, bool allowBruteForce,
|
||||
float& distanceNormalized, AZ::Vector3& normal) const
|
||||
{
|
||||
AZ_PROFILE_FUNCTION(RPI);
|
||||
|
||||
if (!m_modelTriangleCount)
|
||||
{
|
||||
// [GFX TODO][ATOM-4343 Bake mesh spatial information during AP processing]
|
||||
|
||||
Reference in New Issue
Block a user