Renderer: Make WindowSwapchain a RenderTarget
To make it easier to handle window re-creation
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
void AppWindowingComponent::Update(Time elapsedTime)
|
||||
void AppWindowingComponent::Update(Time /*elapsedTime*/)
|
||||
{
|
||||
Window::ProcessEvents();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user