Updated readme to contain instructions to download vulkan includes

This commit is contained in:
Alejandro Saucedo 2020-09-27 15:24:30 +01:00
parent 91e07f7341
commit 5982b24778
2 changed files with 5 additions and 0 deletions

View file

@ -40,6 +40,8 @@ Now to build godot you will need to set up a couple of things for the Scons file
* Copy the `vulkan-1` library from your vulkan sdk folder to `lib/vulkan-1.lib`
* Copy the `kompute.lib` library from the Kompute build to `lib/kompute.lib`
* Copy the `include/vulkan/` folder to the `./include/` folder
* Copy the `single_include/kompute/` to the `./include/` folder
* Make sure the versions above match as we provide the headers in the `include` folder - if you used different versions make sure these match as well
### Clone godot repository