refactor(srp): remove managed camera-frame policy key bridge

This commit is contained in:
2026-04-21 13:56:52 +08:00
parent 2c9e8dad49
commit 7775b42d31
5 changed files with 56 additions and 155 deletions

View File

@@ -58,17 +58,6 @@ namespace XCEngine.Rendering
return GetPipelineRendererAssetKey();
}
protected virtual string GetCameraFramePlanPolicyAssetKey()
{
return string.Empty;
}
protected virtual string GetCameraFramePlanPolicyAssetKeyContextual(
int rendererIndex)
{
return GetCameraFramePlanPolicyAssetKey();
}
protected virtual bool UsesNativeCameraFramePlanBaseline()
{
return false;