feat(srp): add camera-driven universal renderer selection

This commit is contained in:
2026-04-21 00:53:35 +08:00
parent a6f7530855
commit e123e584c8
17 changed files with 391 additions and 7 deletions

View File

@@ -597,6 +597,8 @@ RenderPipelineStageRenderGraphContext BuildCameraFramePipelineStageRenderGraphCo
context.plan.UsesGraphManagedOutputColor(stageState.stage);
pipelineContext.directionalShadowPlan =
context.plan.directionalShadow;
pipelineContext.rendererIndex =
context.plan.request.rendererIndex;
return pipelineContext;
}