Fixed compilation errors resulting from updated git submodules.

This commit is contained in:
2022-09-21 18:33:56 -07:00
parent 9eec4aafc7
commit 7a14f5122c
2 changed files with 11 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ KRSurface::KRSurface(KRContext& context)
#ifdef WIN32
, m_hWnd(hWnd)
#endif
, m_deviceHandle(VK_NULL_HANDLE)
, m_deviceHandle(0)
, m_surface(VK_NULL_HANDLE)
, m_imageAvailableSemaphores{VK_NULL_HANDLE}
, m_renderFinishedSemaphores{VK_NULL_HANDLE}