You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exit(0x45); // TODO: handle OOB memory requests, probably need to extend the mdi buffer/let user pass more size at init
820
820
}
821
821
}
822
822
}
@@ -971,8 +971,10 @@ namespace nbl::ext::imgui
971
971
}
972
972
973
973
auto waitInfo = info.getFutureScratchSemaphore();
974
-
m_mdi.streamingTDBufferST->multi_deallocate(MDI_ALLOCATION_COUNT, multiAllocParams.offsets.data(), multiAllocParams.byteSizes.data(), waitInfo);// at some point a block would be needed anyway, cull frees but where? - so I just retry on failed allocation then cull free
0 commit comments