refactor(srp): let universal assets declare native backend keys

This commit is contained in:
2026-04-19 23:32:41 +08:00
parent 21b790c2f8
commit 9c8f2ae84c
9 changed files with 458 additions and 9 deletions

View File

@@ -22,6 +22,11 @@ namespace XCEngine.Rendering
{
return FinalColorSettings.CreateDefault();
}
protected virtual string GetPipelineRendererAssetKey()
{
return string.Empty;
}
}
}