1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Backends: Vulkan: forgot to update Changelog. (#8772)

This commit is contained in:
ocornut 2025-07-07 17:02:07 +02:00
parent 032e1397d9
commit c0d02e5ae4

View file

@ -69,6 +69,8 @@ Other changes:
ALLEGRO_LOCK_WRITEONLY needed all texels to be rewritten. (#8770)
- Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing
validation error on some setups. (#8743, #8744) [@tquante]
- Backends: Vulkan: fixed texture synchronization issue introduced in 1.92.0,
leading to validation layers reacting. (#8772) [@Majora320]
-----------------------------------------------------------------------