Skip to content

vulkan: fix vulkan.h version check

Niklas Haas requested to merge fix_vulkan into master

VULKAN_1_2 is not a macro that exists in current versions of vulkan.h (if ever). The correct macro to use is VK_VERSION_1_2. Fix it (and also clean up the nested if slightly)

Also fix issues that this uncovered (on win32)

Merge request reports