Skip to content

Commit 590fab9

Browse files
Small formatting and comment changes
1 parent 99c52f0 commit 590fab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/nbl/video/utilities/IUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class NBL_API2 IUtilities : public core::IReferenceCounted
197197
//! This method lets you wrap any other function following the "submit on overflow" pattern with the final submission
198198
//! to `intendedSubmit.queue` happening automatically, no need for the user to handle the submit at the end.
199199
//! WARNING: Don't use this function in hot loops or to do batch updates, its merely a convenience for one-off uploads
200-
//! of the `updateBufferRangeViaStagingBufferAutoSubmit` function above.
200+
//! like the `updateBufferRangeViaStagingBufferAutoSubmit` function below.
201201
//! Parameters:
202202
//! - `intendedSubmit`: more lax than regular `SIntendedSubmitInfo::valid()`, only needs a valid queue and at least one semaphore to use as scratch and signal.
203203
//! if you don't have a commandbuffer usable as scratch as the last one, we'll patch internally.

0 commit comments

Comments
 (0)