refactor(render): detach packed pview product from production

This commit is contained in:
Erik 2026-08-31 04:10:10 +02:00
parent ef12170a3c
commit c9fb7e7d4c
4 changed files with 54 additions and 180 deletions

View file

@ -43,12 +43,7 @@ public sealed class FrameRootCompositionTests
IReadOnlyList<CompiledCall> calls = CompiledCallGraph.Read(compose);
int resources = CallIndex(calls, typeof(RenderFrameResourceController), ".ctor");
int comparison = CallIndex(
calls,
typeof(RenderSceneShadowComparisonController),
".ctor",
resources + 1);
int scene = CallIndex(calls, typeof(WorldSceneRenderer), ".ctor", comparison + 1);
int scene = CallIndex(calls, typeof(WorldSceneRenderer), ".ctor", resources + 1);
int automation = CallIndex(
calls,
typeof(WorldLifecycleAutomationController),