VulkanTools
VulkanTools copied to clipboard
Tools to aid in Vulkan development
I have recently downloaded `[vulkansdk-linux-x86_64-1.3.283.0.tar.xz](https://sdk.lunarg.com/sdk/download/1.3.283.0/linux/vulkansdk-linux-x86_64-1.3.283.0.tar.xz)`. After that, I added the installation prefix to `CMAKE_PREFIX_PATH` and tried to build https://github.com/KhronosGroup/SPIRV-LLVM-Translator. ``` export CMAKE_PREFIX_PATH=$PREFIX/vulkansdk/1.3.283.0/x86_64/ git clone https://github.com/KhronosGroup/SPIRV-LLVM-Translator cd SPIRV-LLVM-Translator mkdir build cd...
Allow running scripts from Vulkan Configurator with a simple push button
The dependency system force some settings to specific values to be set. Based on this system, we want a more relax mode that just show a message box saying it's...