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 16:32:17 +02:00
committed by ocornut
parent 68046106dd
commit 8e3aac5744
2 changed files with 11 additions and 1 deletions
+2
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]
-----------------------------------------------------------------------