- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 11.3k
 
Open
Description
Version/Branch of Dear ImGui:
Version 1.XX, Branch: XXX (master/docking/etc.)
Back-ends:
imgui_impl_vulkan.cpp
Compiler, OS:
Windows11 + MSVC 2022
Full config/build information:
No response
Details:
Is there a good way to synchronize access to the VkQueue handle that gets passed into ImGui during initialization? It looks like it ony gets used for texture updates. Curious if there's a better strategy for synchornization besides putting a mutex lock/unlock around ImGui_ImplVulkan_RenderDrawData.