10 lines
297 B
C++
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
|