Hans-Kristian Arntzen 96723c6f70 Vulkan/Android: Workaround weird WSI return codes in landscape mode.
Android WSI wants you to use preTransform, and if it is not used
correctly, Android 10 will return VK_SUBOPTIMAL_KHR, and we would create
a new swapchain every frame.

This workaround just ignores this error, since it's not really an error.
A more "proper" fix is to use prerotate and modify the MVP matrices,
which might help certain devices with crummy display processors.
2019-12-17 19:08:20 +01:00
..
2019-12-07 07:24:20 +01:00
2019-12-07 07:17:21 +01:00
2019-10-19 16:42:39 +02:00
2019-10-19 16:42:39 +02:00
2019-09-22 12:40:40 +02:00
2019-10-14 01:35:04 +02:00