Files
XCEngine/new_editor/app/Rendering/Native/NativeRenderer.cpp

10 lines
297 B
C++

#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