Remove (almost) all references to pRenderer (#651)

Remove all references to pRenderer, except from the DebugDraw and LyShine Gems that are still being updated.
This commit is contained in:
bosnichd
2021-05-10 10:05:15 -06:00
committed by GitHub
parent 4a2e6a77b5
commit 440c40e490
191 changed files with 118 additions and 23548 deletions
@@ -72,25 +72,8 @@ namespace LmbrCentral
return;
}
ISystem* crySystem = GetISystem();
if (!crySystem)
{
return;
}
IRenderer* renderer = crySystem->GetIRenderer();
if (!renderer)
{
return;
}
IRenderAuxGeom* auxGeom = renderer->GetIRenderAuxGeom();
if (!auxGeom)
{
return;
}
float x = 10;
// ToDo: Remove class or update to work with Atom? LYN-3672
/*float x = 10;
float y = 15;
ColorF color(1, 1, 1);
constexpr bool center = false;
@@ -161,7 +144,7 @@ namespace LmbrCentral
StatusToString(asset.GetStatus()).c_str(),
activeAssetLoadTime.count());
}
}
}*/
}
void AssetSystemDebugComponent::AssetStatusUpdate(AZ::Data::AssetId id, AZ::Data::AssetData::AssetStatus status)