novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
183 stars 43 forks source link

Interim fix for Vulkan versioning #521

Closed capnkenny closed 1 year ago

capnkenny commented 1 year ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Fixes version handling for Vulkan SDK

Is there an open issue that this resolves? If so, please link it here. Resolves #520

What is the current behavior? (You can also link to an open issue here) Builds with any Vulkan version that is compatible with usage

What is the new behavior (if this is a feature change)? Should fail to configure if Vulkan version is not identified as 1.3.211 or higher (and API compatible as far as CMake can tell)

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No