mirror of
https://github.com/ocornut/imgui.git
synced 2025-01-31 12:03:49 +01:00
6d3a980f38
If using Vulkan backend and either vertex_size or index_size is not aligned to VkPhysicalDeviceLimits::nonCoherentAtomSize, then the call to vkFlushMappedMemoryRanges in ImGui_ImplVulkan_RenderDrawData will result to validation error.