Fix compilation
This commit is contained in:
parent
c1a01c4183
commit
f830dbf6d4
|
|
@ -57,7 +57,7 @@ namespace Nz
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool SetupDepthBuffer(const Vector2ui& size);
|
bool SetupDepthBuffer(const Vector2ui& size);
|
||||||
bool SetupRenderPass(const Vector2ui& size);
|
bool SetupRenderPass();
|
||||||
bool SetupSwapchain(Vk::Surface& surface, const Vector2ui& size);
|
bool SetupSwapchain(Vk::Surface& surface, const Vector2ui& size);
|
||||||
|
|
||||||
Clock m_clock;
|
Clock m_clock;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue