Renderer: Make WindowSwapchain a RenderTarget

To make it easier to handle window re-creation
This commit is contained in:
SirLynix
2023-01-29 10:38:35 +01:00
parent 97fa4d98be
commit 4a91f3d470
14 changed files with 44 additions and 40 deletions

View File

@@ -8,7 +8,7 @@
namespace Nz
{
void AppWindowingComponent::Update(Time elapsedTime)
void AppWindowingComponent::Update(Time /*elapsedTime*/)
{
Window::ProcessEvents();