KomputeProject / kompute

General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.
http://kompute.cc/
Apache License 2.0
1.95k stars 147 forks source link

Document explicitly Vulkan version supported and extend cmake and/or build to validate supported version #255

Open axsaucedo opened 2 years ago

axsaucedo commented 2 years ago

Currently the supported version of Vulkan is 1.2, earlier versions would result in failure, so would be best to ensure this is explicitly validated in Core.hpp as a macro as well as part of the cmake build system.