Rename RenderListAllocation into RendererAllocation

This commit is contained in:
Wojtek Figat
2022-10-28 09:14:09 +02:00
parent eb52d333ae
commit 27ad3c38b7
7 changed files with 97 additions and 89 deletions

View File

@@ -48,7 +48,7 @@ void SceneRendering::Draw(RenderContextBatch& renderContextBatch, DrawCategory c
auto& list = Actors[(int32)category];
// Setup frustum data
Array<BoundingFrustum, RenderListAllocation> frustumsData;
Array<BoundingFrustum, RendererAllocation> frustumsData;
BoundingFrustum* frustums = &view.CullingFrustum;
int32 frustumsCount = renderContextBatch.Contexts.Count();
if (frustumsCount != 1)