Backends: Vulkan: Fixed setting VkSwapchainCreateInfoKHR::preTransform for platforms not supporting VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR. (#8222)

This commit is contained in:
Mahmood - Zer0xFF
2024-12-11 13:30:35 +00:00
committed by ocornut
parent f25665f360
commit e487eb9da0
2 changed files with 9 additions and 5 deletions

View File

@@ -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)