Align SRP boundaries and editor windowing

This commit is contained in:
2026-04-26 17:14:32 +08:00
parent a8256b05cd
commit b8599a8aff
38 changed files with 696 additions and 650 deletions

View File

@@ -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;
}