Revert "feat(render): Campaign V slice V4c - move the world draw path onto the RHI"

This reverts commit f353fb53f8.
This commit is contained in:
Erik 2026-07-27 22:38:02 +02:00
parent b537f3a952
commit 543bc79f8a
8 changed files with 1172 additions and 1215 deletions

View file

@ -680,8 +680,7 @@ internal sealed class LivePresentationCompositionPhase
"WB draw dispatcher",
() => new WbDrawDispatcher(
d.Gl,
host.GpuDevice,
host.GpuFrameLifetime,
foundation.MeshShader,
foundation.TextureCache,
foundation.MeshAdapter,
entitySpawnAdapter,
@ -856,12 +855,10 @@ internal sealed class LivePresentationCompositionPhase
"environment-cell renderer",
() => new EnvCellRenderer(
d.Gl,
host.GpuDevice,
host.GpuFrameLifetime,
foundation.MeshAdapter.MeshManager!,
envCellFrustum),
static value => value.Dispose());
envCellLease.Resource.Initialize();
envCellLease.Resource.Initialize(foundation.MeshShader);
Fault(LivePresentationCompositionPoint.EnvironmentCellsCreated);
var landblockRenderPublisher = new LandblockRenderPublisher(