1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Backends: SDL_GPU: typo + changelog. (#8892)

This commit is contained in:
ocornut 2025-08-20 18:53:25 +02:00
parent 7c6fa8f8f7
commit 515c0b526f
2 changed files with 4 additions and 1 deletions

View file

@ -48,6 +48,9 @@ Other Changes:
- DrawList: Fixed CloneOutput() unnecessarily taking a copy of the ImDrawListSharedData
pointer, which could to issue when deleting the cloned list. (#8894, #1860)
- Examples: Android: Android+OpenGL3: update Gradle project (#8888, #8878) [@scribam]
- Backends: SDL_GPU: Added ImGui_ImplSDLGPU3_InitInfo::SwapchainComposition and
PresentMode to configure how secondary viewports are created. Currently only used
in multi-viewport mode. (#8892)
-----------------------------------------------------------------------