Decouple editor render runtime factory

This commit is contained in:
2026-04-26 19:21:38 +08:00
parent caa54b7878
commit fa4fcbe95b
15 changed files with 120 additions and 46 deletions

View File

@@ -23,8 +23,6 @@ public:
std::filesystem::path captureRoot);
~EditorWindowHostRuntime();
std::unique_ptr<Rendering::Host::EditorWindowRenderRuntime>
CreateWindowRenderRuntime() override;
EditorWindow* CreateHostWindow(
std::unique_ptr<EditorWindowRuntimeController> runtimeController,
const EditorWindowCreateParams& params) override;