refactor(srp): move final color policy into request seam
This commit is contained in:
@@ -72,17 +72,6 @@ namespace XCEngine.Rendering
|
||||
return FinalColorSettings.CreateDefault();
|
||||
}
|
||||
|
||||
private protected virtual bool UsesNativeCameraFramePlanBaseline()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
private protected virtual bool UsesNativeCameraFramePlanBaselineContextual(
|
||||
int rendererIndex)
|
||||
{
|
||||
return UsesNativeCameraFramePlanBaseline();
|
||||
}
|
||||
|
||||
protected virtual void ReleaseRuntimeResources()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user