Бранимир Караџић 4 years ago
parent
commit
6d1791ae2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderer_vk.cpp

+ 1 - 1
src/renderer_vk.cpp

@@ -2320,7 +2320,7 @@ VK_IMPORT_DEVICE
 
 			uint16_t denseIdx = m_numWindows++;
 			m_windows[denseIdx] = _handle;
-			m_frameBuffers[_handle.idx].create(denseIdx, _nwh, _width, _height, _format, _depthFormat);
+			VK_CHECK(m_frameBuffers[_handle.idx].create(denseIdx, _nwh, _width, _height, _format, _depthFormat) );
 		}
 
 		void destroyFrameBuffer(FrameBufferHandle _handle) override