9 lines
269 B
C++
9 lines
269 B
C++
#include "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
|