SaschaWillems / VulkanCapsViewer

Vulkan hardware capability viewer
GNU Lesser General Public License v3.0
319 stars 70 forks source link

Surface issues on macOS and iOS #212

Closed richard-lunarg closed 3 months ago

richard-lunarg commented 3 months ago

On macOS and iOS, when the "Surface" tab is selected the display area just shows "Could not get a valid surface, no surface information available!".

Also, the Queue families tab, shows 'false' for all Queue families "Supports Presentation".

I've took a quick look at the code and think I can correct these myself and will contribute a PR sometime in the next couple of weeks. Just recording it here in case someone else is already looking at this, or comes along to report it in the next couple weeks.

SaschaWillems commented 3 months ago

I don't have any Apple devices to test this on, so a PR would be very much appreciated :)

richard-lunarg commented 3 months ago

This PR does the trick on both desktop and mobile devices.

https://github.com/SaschaWillems/VulkanCapsViewer/pull/214

richard-lunarg commented 3 months ago

PR merged and this is fixed.