refactor(srp): make stage capability follow selected renderer

This commit is contained in:
2026-04-21 01:11:03 +08:00
parent 7f1089fb0a
commit c60f3db80d
12 changed files with 322 additions and 12 deletions

View File

@@ -27,6 +27,13 @@ namespace XCEngine.Rendering
return false;
}
protected virtual bool SupportsStageRenderGraphContextual(
CameraFrameStage stage,
int rendererIndex)
{
return SupportsStageRenderGraph(stage);
}
protected virtual bool RecordStageRenderGraph(
ScriptableRenderContext context)
{