refactor(new_editor/app): reorganize host structure and add smoke test
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "D3D12WindowSwapChainPresenter.h"
|
||||
|
||||
namespace XCEngine::UI::Editor::Host {
|
||||
|
||||
// D3D12WindowSwapChainPresenter implementations are split by responsibility
|
||||
// into lifecycle, resize, back-buffer, and presentation translation units.
|
||||
|
||||
} // namespace XCEngine::UI::Editor::Host
|
||||
Reference in New Issue
Block a user