Reputation: 1
I have no idea how to setup a Vulkan environment with CLion, the tutorial uses Visual Studio, heres the link. How do I make cmake or clion locate vulkan?
https://vulkan-tutorial.com/Development_environment
Upvotes: 0
Views: 3290
Reputation:
This is the beauty of CMake and open source. Ideally CLion doesn't really impact this.
I'm going to link to my other more generic answer that doesn't involve CLion: How I setup Vulkan using CMake?
That way once you go through that if there are still issues with CLion we can answer them here.
Upvotes: 1