mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-11 03:58:57 +01:00
![PixelyIon](/assets/img/avatar_default.png)
Adreno GPUs have significant performance penalties from usage of `VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT` which require disabling UBWC and on Turnip, forces linear tiling. As a result, it's been made an optional quirk which doesn't supply the flag in `VkImageCreateInfo` and logs a warning if a view with a different Vulkan format from the original image is created.