mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Backends: Vulkan: Fixed setting VkSwapchainCreateInfoKHR::preTransform for platforms not supporting VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR. (#8222)
This commit is contained in:
parent
f25665f360
commit
e487eb9da0
2 changed files with 9 additions and 5 deletions
|
|
@ -43,6 +43,9 @@ Breaking changes:
|
|||
|
||||
Other changes:
|
||||
|
||||
- Backends: Vulkan: Fixed setting VkSwapchainCreateInfoKHR::preTransform for
|
||||
platforms not supporting VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR. (#8222) [@Zer0xFF]
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
VERSION 1.91.6 (Released 2024-12-11)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue