Examples: SDL3: Remove use of SDL_HINT_IME_NATIVE_UI.

This commit is contained in:
ocornut
2024-07-01 12:10:54 +02:00
parent ccf3ee674a
commit 67216910fb
3 changed files with 2 additions and 6 deletions

View File

@@ -99,6 +99,8 @@ Other changes:
- Backends: SDLRenderer3: Update for SDL_RenderGeometryRaw() API changes. (SDL#9009).
- Backends: Vulkan: Remove Volk/ from volk.h #include directives. (#7722, #6582, #4854)
[@martin-ejdestig]
- Examples: SDL3: Remove use of SDL_HINT_IME_NATIVE_UI since new SDL_HINT_IME_IMPLEMENTED_UI
values has a more suitable default for our case case.
- Examples: GLFW+Vulkan, SDL+Vulkan: handle swap chain resize even without Vulkan
returning VK_SUBOPTIMAL_KHR, which doesn't seem to happen on Wayland. (#7671)
[@AndreiNego, @ocornut]