refactor(srp): tighten native seam visibility
This commit is contained in:
@@ -47,12 +47,12 @@ namespace XCEngine.Rendering
|
||||
return FinalColorSettings.CreateDefault();
|
||||
}
|
||||
|
||||
protected virtual bool UsesNativeCameraFramePlanBaseline()
|
||||
private protected virtual bool UsesNativeCameraFramePlanBaseline()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
protected virtual bool UsesNativeCameraFramePlanBaselineContextual(
|
||||
private protected virtual bool UsesNativeCameraFramePlanBaselineContextual(
|
||||
int rendererIndex)
|
||||
{
|
||||
return UsesNativeCameraFramePlanBaseline();
|
||||
|
||||
Reference in New Issue
Block a user