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/utilities/SIntendedSubmitInfo.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
namespacenbl::video
9
9
{
10
10
11
-
//! Struct meant to be used with any Utility (not just `IUtilities`) which exhibits "submit on overflow" behaviour or want to take advantage of multiple submits (command buffers) in flight
11
+
//! Struct meant to be used with any Utility (not just `IUtilities`) which exhibits "submit on overflow" behaviour
12
12
//! Such functions are non-blocking (unless overflow) and take `SIntendedSubmitInfo` by reference and patch it accordingly.
13
13
//! for example: in the case the `waitSemaphores` were already waited upon, the struct will be modified to have it's `waitSemaphores` emptied.
14
14
//! User is supposed to begin EXACTLY ONE of the `scratchCommandBuffer` before first ever submit.
0 commit comments