#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