Tighten URP pass queue snapshot ownership

This commit is contained in:
2026-04-27 15:21:57 +08:00
parent c0b829cd6a
commit 66d968c3ce
22 changed files with 849 additions and 51 deletions

View File

@@ -34,6 +34,16 @@ namespace XCEngine.Rendering
return SupportsStageRenderGraph(stage);
}
protected virtual bool SupportsStageRenderGraphContextual(
CameraFrameStage stage,
int rendererIndex,
ulong framePlanId)
{
return SupportsStageRenderGraphContextual(
stage,
rendererIndex);
}
protected virtual bool RecordStageRenderGraph(
ScriptableRenderContext context)
{