Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: improve non-pkgconfig Vulkan version check
Check for the patch version as well as the major+minor version. The VK_API_VERSION macros are not usable in preprocessor code due to casts. The patch (header) version is meant to linearly increment and not be reset, however it's better to trust, but verify.
- Loading branch information