refactor(render): detach packed pview product from production
This commit is contained in:
parent
ef12170a3c
commit
c9fb7e7d4c
4 changed files with 54 additions and 180 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue