File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -989,7 +989,7 @@ namespace nbl::ext::imgui
989
989
{
990
990
std::array<MDI_SIZE_TYPE, MDI_COMPONENT_COUNT> bytesToFill = {}; // ! used with MDI::E_BUFFER_CONTENT for elements
991
991
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
993
993
};
994
994
995
995
const MDI_PARAMS mdiParams = [&]()
@@ -1161,7 +1161,6 @@ namespace nbl::ext::imgui
1161
1161
};
1162
1162
1163
1163
// ! from biggest requests to smallest
1164
- // ! TODO: I should be able to check if I have valid offsets & fire those with MT
1165
1164
uploadedSize += fillDrawBuffers.template operator () < MDI::EBC_VERTEX_BUFFERS > ();
1166
1165
uploadedSize += fillDrawBuffers.template operator () < MDI::EBC_INDEX_BUFFERS > ();
1167
1166
uploadedSize += fillIndirectStructures.template operator () < MDI::EBC_DRAW_INDIRECT_STRUCTURES > ();
You can’t perform that action at this time.
0 commit comments