commit | 404af57004917e4b7cb763d416a78f2acf990055 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Fri Jun 28 15:04:52 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Fri Jun 28 15:08:54 2024 +0200 |
tree | 2fcde8db7a91d906722d68d038f301dd1910aa1e | |
parent | 0582f7678a4447d9d36e3f2385d990f4885d44e1 [diff] |
Backends: OpenGL2, OpenGL3: ImGui_ImplOpenGL3_NewFrame() recreates font texture if it has been destroyed by ImGui_ImplOpenGL3_DestroyFontsTexture(). (#7748) Analogous to change to Vulkan backend in 1.90.