zeux / niagara

A Vulkan renderer written from scratch on stream
MIT License
1.25k stars 72 forks source link

Custom Build tool Cmd line needs some quotes #3

Closed ed4053 closed 5 years ago

ed4053 commented 5 years ago

If there are spaces in the path to your project or in the path to the vulkan SDK, the custom build step won't work. => "$(VULKAN_SDK)\Bin\glslangValidator" "%(FullPath)" -V --target-env vulkan1.1 -o "shaders/%(Filename).spv" should fix it.

zeux commented 5 years ago

Thanks!