Files
XCEngine/new_editor/app/Rendering/D3D12/D3D12WindowSwapChainPresenter.cpp

9 lines
280 B
C++

#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