Align SRP boundaries and editor windowing
This commit is contained in:
@@ -105,10 +105,6 @@ namespace XCEngine.Rendering.Universal
|
||||
context);
|
||||
}
|
||||
|
||||
m_featureCollection.ConfigureCameraFramePlan(
|
||||
ref rendererFeatures,
|
||||
context);
|
||||
|
||||
if (renderer != null)
|
||||
{
|
||||
renderer.FinalizeCameraFramePlanInstance(
|
||||
@@ -129,10 +125,6 @@ namespace XCEngine.Rendering.Universal
|
||||
context);
|
||||
}
|
||||
|
||||
m_featureCollection.ConfigureRenderSceneSetup(
|
||||
ref rendererFeatures,
|
||||
context);
|
||||
|
||||
return context != null &&
|
||||
context.isConfigured;
|
||||
}
|
||||
@@ -152,11 +144,6 @@ namespace XCEngine.Rendering.Universal
|
||||
context);
|
||||
}
|
||||
|
||||
m_featureCollection
|
||||
.ConfigureDirectionalShadowExecutionState(
|
||||
ref rendererFeatures,
|
||||
context);
|
||||
|
||||
return context != null &&
|
||||
context.isConfigured;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user