Skip to content

Remove comment saying that Vulkan drivers are unsupported on Windows and macOS

What does this MR do and why?

This PR removes the comment saying that Vulkan drivers are unsupported on Windows and macOS in the meson.build file.

This is not true and caused me some confusion. If any specific Vulkan drivers don't support macOS or Windows, an error should be raised when attempting to build the specific driver.

It might be worth default enabling the swrast Vulkan driver here.

Merge request reports