We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8902d commit 650b981Copy full SHA for 650b981
include/nbl/video/utilities/SIntendedSubmitInfo.h
@@ -8,7 +8,7 @@
8
namespace nbl::video
9
{
10
11
-//! Struct meant to be used with any Utility (not just `IUtilities`) which exhibits "submit on overflow" behaviour
+//! Struct meant to be used with any Utility (not just `IUtilities`) which exhibits "submit on overflow" behaviour.
12
//! Such functions are non-blocking (unless overflow) and take `SIntendedSubmitInfo` by reference and patch it accordingly.
13
//! for example: in the case the `waitSemaphores` were already waited upon, the struct will be modified to have it's `waitSemaphores` emptied.
14
//! User is supposed to begin EXACTLY ONE of the `scratchCommandBuffer` before first ever submit.
0 commit comments