Skip to content

Commit 9b47b31

Browse files
committed
typo
1 parent ee5ce4b commit 9b47b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nbl/ext/ImGui/ImGui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ namespace nbl::ext::imgui
11471147
float memoryBlockFactor = 1.f;
11481148
} bigChunkRequestState;
11491149

1150-
//! we will try to upload entrie MDI buffer with all available indirect data to our streaming buffer, but we cannot guarantee the allocation can be done in single request nor we allocate all totalIndirectDrawCount at all - we can hit timeout and it may appear not all of totalIndirectDrawCount will be uploaded then
1150+
//! we will try to upload entrie MDI buffer with all available indirect data to our streaming buffer, but we cannot guarantee the allocation can be done in single request nor data will come from single continous memory block (chunk)
11511151
for (mdi_size_t uploadedSize = 0ull; uploadedSize < mdiLimits.totalByteSizeRequest;)
11521152
{
11531153
// ok we cannot make it just

0 commit comments

Comments
 (0)