refactor(srp): narrow generic pipeline renderer key seam
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user