refactor(rendering): route builtin forward through SRP host

This commit is contained in:
2026-04-28 15:35:38 +08:00
parent 02eafc2bac
commit 6c4663ed21
14 changed files with 202 additions and 152 deletions

View File

@@ -784,10 +784,6 @@ TEST_F(
nullptr);
EXPECT_NE(
dynamic_cast<XCEngine::Rendering::Pipelines::BuiltinForwardPipeline*>(
renderer.GetPipeline()),
nullptr);
EXPECT_EQ(
dynamic_cast<XCEngine::Rendering::Pipelines::ScriptableRenderPipelineHost*>(
renderer.GetPipeline()),
nullptr);