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

Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing validation error on some setups. (#8743, #8744)

This commit is contained in:
Thomas Quante 2025-06-27 15:52:39 +02:00 committed by ocornut
parent 68046106dd
commit 8e3aac5744
2 changed files with 11 additions and 1 deletions

View file

@ -45,6 +45,8 @@ Other changes:
- Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress
mouse cursor support. (#8739) [@cfillion]
- Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing
validation error on some setups. (#8743, #8744) [@tquante]
-----------------------------------------------------------------------