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
Copy file name to clipboardExpand all lines: include/nbl/video/ISwapchain.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -391,7 +391,7 @@ class ISwapchain : public IBackendObject
391
391
OUT_OF_DATE,
392
392
_ERROR
393
393
};
394
-
// If `FATAL_ERROR` returned then the `waitSemaphores` are kept alive by the swapchain until the next acquire of the same image index or swapchain destruction (whichever comes first)
394
+
// If something else than `FATAL_ERROR` returned then the `waitSemaphores` are kept alive by the swapchain until the next acquire of the same image index or swapchain destruction (whichever comes first)
395
395
inline PRESENT_RESULT present(SPresentInfo info)
396
396
{
397
397
if (!info.queue || info.imgIndex>=m_imageCount)
@@ -407,13 +407,13 @@ class ISwapchain : public IBackendObject
0 commit comments