Skip to content

Commit 839f38f

Browse files
committed
let's boost default default UI mdi streaming buffer to 2Mb, I still have issues with multi alloc hence I guess something off with my wait semaphore
1 parent 5cb70ef commit 839f38f

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
@@ -599,7 +599,7 @@ namespace nbl::ext::imgui
599599
}
600600
tQueue->endCapture();
601601

602-
static constexpr auto DEFAULT_MDI_SIZE = 1024u * 1024u; // 1 Mb
602+
static constexpr auto DEFAULT_MDI_SIZE = 1024u * 1024u * 2u; // 2 Mb
603603
createMDIBuffer(DEFAULT_MDI_SIZE);
604604

605605
auto & io = ImGui::GetIO();

0 commit comments

Comments
 (0)