Skip to content

Commit 6a8902d

Browse files
committed
remove comment
1 parent d660a98 commit 6a8902d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/utilities/SIntendedSubmitInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace nbl::video
99
{
1010

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
1212
//! Such functions are non-blocking (unless overflow) and take `SIntendedSubmitInfo` by reference and patch it accordingly.
1313
//! for example: in the case the `waitSemaphores` were already waited upon, the struct will be modified to have it's `waitSemaphores` emptied.
1414
//! User is supposed to begin EXACTLY ONE of the `scratchCommandBuffer` before first ever submit.

0 commit comments

Comments
 (0)