File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > ();
You can’t perform that action at this time.
0 commit comments