2026-04-15 19:30:58 +08:00
|
|
|
#include "Rendering/D3D12/D3D12WindowSwapChainPresenter.h"
|
2026-04-15 08:24:06 +08:00
|
|
|
|
|
|
|
|
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
|