refactor(srp): narrow generic pipeline renderer key seam

This commit is contained in:
2026-04-21 14:05:17 +08:00
parent 4010b6159b
commit 289b216bc5
3 changed files with 60 additions and 13 deletions

View File

@@ -47,17 +47,6 @@ namespace XCEngine.Rendering
return FinalColorSettings.CreateDefault();
}
protected virtual string GetPipelineRendererAssetKey()
{
return string.Empty;
}
protected virtual string GetPipelineRendererAssetKeyContextual(
int rendererIndex)
{
return GetPipelineRendererAssetKey();
}
protected virtual bool UsesNativeCameraFramePlanBaseline()
{
return false;