9 lines
288 B
C++
9 lines
288 B
C++
#include "Rendering/Viewport/ViewportRenderTargets.h"
|
|
|
|
namespace XCEngine::UI::Editor::App {
|
|
|
|
// Viewport render target management is split into resource and surface
|
|
// translation units to keep viewport host rendering responsibilities isolated.
|
|
|
|
} // namespace XCEngine::UI::Editor::App
|