commit | 79a9e2fdfbbd2b6cc355236a0d55567c06e32190 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Fri Nov 10 14:35:33 2023 +0100 |
committer | ocornut <omarcornut@gmail.com> | Fri Nov 10 14:53:34 2023 +0100 |
tree | b97c510511b1dd052fa1c8533cd4af622ac11cd5 | |
parent | 6e7b43b6c7e1bd6b2c056a387a810ea73cf59525 [diff] |
Backends: Vulkan: (Breaking) full font upload is performed by ImGui_ImplVulkan_CreateFontsTexture(), no need for user code to create or provide a command-buffer. Removed ImGui_ImplVulkan_DestroyFontUploadObjects(). (#6943, #6715, #6327, #3743, #4618) See changes in example_glfw_vulkan/main.cpp and example_sdl2_vulkan/main.cpp for reference.