You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add OUT_OF_DATE reporting to acquireNextImage, make SSharedCreationParams::deduce return true even when width or height is zero even though thats not valid, and factor out the deduction of parameters for re-creation
Still have a bug on the unacquired assert, might want to rethink that.
if (!params.deduce(getOriginDevice()->getPhysicalDevice(),m_params.surface.get(),{&m_params.sharedParams.presentMode.value,1},{&m_params.sharedParams.compositeAlpha.value,1},{&m_params.sharedParams.preTransform.value,1}))
0 commit comments