Decouple editor render runtime factory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user