refactor(srp): close universal recording composition seam

This commit is contained in:
2026-04-19 17:00:48 +08:00
parent 6c605bbe20
commit 20e727e882
7 changed files with 305 additions and 112 deletions

View File

@@ -53,7 +53,7 @@ namespace XCEngine.Rendering.Universal
{
}
public bool SupportsStageRenderGraph(
protected internal virtual bool SupportsStageRenderGraph(
CameraFrameStage stage)
{
RenderingData renderingData = new RenderingData(stage);
@@ -71,7 +71,7 @@ namespace XCEngine.Rendering.Universal
return false;
}
public bool RecordStageRenderGraph(
protected internal virtual bool RecordStageRenderGraph(
ScriptableRenderContext context)
{
if (context == null)