refactor(srp): bind managed native scene renderers per renderer selection

This commit is contained in:
2026-04-21 01:34:13 +08:00
parent c60f3db80d
commit 383d1e9c73
6 changed files with 277 additions and 49 deletions

View File

@@ -52,6 +52,12 @@ namespace XCEngine.Rendering
return string.Empty;
}
protected virtual string GetPipelineRendererAssetKeyContextual(
int rendererIndex)
{
return GetPipelineRendererAssetKey();
}
protected virtual void ReleaseRuntimeResources()
{
}