Another fix for crashing with VK_DEVICE_LOST (#3404)

This commit is contained in:
Matt Tytel
2025-01-31 12:11:36 -05:00
committed by GitHub
parent 2b1c73f348
commit 736bffa3dd

View File

@@ -7819,10 +7819,10 @@ VK_DESTROY
}
m_denseIdx = _denseIdx;
m_nwh = _nwh;
m_width = _width;
m_height = _height;
m_sampler = m_swapChain.m_sampler;
m_nwh = _nwh;
m_width = m_swapChain.m_sci.imageExtent.width;
m_height = m_swapChain.m_sci.imageExtent.height;
m_sampler = m_swapChain.m_sampler;
return result;
}