This commit is contained in:
Бранимир Караџић
2021-11-04 06:53:08 -07:00
parent fab6e8409b
commit 6d1791ae2c

View File

@@ -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