Skip to content

Commit 650b981

Browse files
committed
return dot :|
1 parent 6a8902d commit 650b981

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
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)