Skip to content

Commit ca04c4a

Browse files
committed
update comments
1 parent ba23336 commit ca04c4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nbl/ext/ImGui/ImGui.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ namespace nbl::ext::imgui
989989
{
990990
std::array<MDI_SIZE_TYPE, MDI_COMPONENT_COUNT> bytesToFill = {}; //! used with MDI::E_BUFFER_CONTENT for elements
991991
MDI_SIZE_TYPE totalByteSizeRequest = {}, //! sum of bytesToFill
992-
drawCount = {}; //! amount of indirect draw objects
992+
drawCount = {}; //! amount of objects to draw for indirect call request
993993
};
994994

995995
const MDI_PARAMS mdiParams = [&]()
@@ -1161,7 +1161,6 @@ namespace nbl::ext::imgui
11611161
};
11621162

11631163
//! from biggest requests to smallest
1164-
//! TODO: I should be able to check if I have valid offsets & fire those with MT
11651164
uploadedSize += fillDrawBuffers.template operator() < MDI::EBC_VERTEX_BUFFERS > ();
11661165
uploadedSize += fillDrawBuffers.template operator() < MDI::EBC_INDEX_BUFFERS > ();
11671166
uploadedSize += fillIndirectStructures.template operator() < MDI::EBC_DRAW_INDIRECT_STRUCTURES > ();

0 commit comments

Comments
 (0)