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
if (presentInfo.source.image->getCachedCreationParams().isConcurrentSharing()) // in reality should also return false if the assigned queue is NOT in the Concurrent Sharing Set
// Call this when you want to recreate the swapchain with new extents
@@ -163,13 +169,15 @@ class NBL_API2 IResizableSurface : public ISimpleManagedSurface
163
169
164
170
// The triple present enqueue operations are fast enough to be done under a mutex, this is safer on some platforms. You need to "race to present" to avoid a flicker.
165
171
// Queue family ownership acquire not needed, done by the the very first present when `m_lastPresentSource` wasset.
0 commit comments