application crash when resizing to width < 64 on latest AMD drivers

Hi,

When I resize my application to less than 64 pixels on the latest 18.2.2 AMD drivers the application crashes.

Is there a new min supported size in these drivers and how do i know?
VkSurfaceCapabilitiesKHR::minImageExtent doesn’t seem to be capped at 64.

I’m on Windows 10 (latest update) and 18.2.2 AMD drivers with an RX480.

Best regards,
Megamouse

2 Likes

Indeed, I also get a VK_ERROR_INITIALIZATION_FAILED on vkCreateSwapchainKHR when a dimension gets below 64.
Driver bug I would think. Report it.

1 Like