refactor(new_editor/app): reorganize host structure and add smoke test
This commit is contained in:
9
new_editor/app/Rendering/Native/NativeRenderer.cpp
Normal file
9
new_editor/app/Rendering/Native/NativeRenderer.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "NativeRendererSupport.h"
|
||||
|
||||
namespace XCEngine::UI::Editor::Host {
|
||||
|
||||
// NativeRenderer implementations are split by responsibility into dedicated
|
||||
// translation units to keep lifecycle, texture, text, capture, and rendering
|
||||
// codepaths isolated.
|
||||
|
||||
} // namespace XCEngine::UI::Editor::Host
|
||||
Reference in New Issue
Block a user