|
@@ -80,10 +80,12 @@ Other changes:
|
|
|
- Drag and Drop: Fixes an issue when elapsing payload would be based on last payload
|
|
|
frame instead of last drag source frame, which makes a difference if not resubmitting
|
|
|
payload every frame. (#143)
|
|
|
+- Backends: SDL3: Update for API removal of keysym field in SDL_KeyboardEvent. (#7728)
|
|
|
+- Backends: Vulkan: Remove Volk/ from volk.h #include directives. (#7722, #6582, #4854)
|
|
|
+ [@martin-ejdestig]
|
|
|
- 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]
|
|
|
-- Backends: SDL3: Update for API removal of keysym field in SDL_KeyboardEvent. (#7728)
|
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------
|