From 5982b247786689a71e803c2d4b42eedc700f220d Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 27 Sep 2020 15:24:30 +0100 Subject: [PATCH] Updated readme to contain instructions to download vulkan includes --- examples/godot_examples/custom_module/README.md | 2 ++ examples/godot_logistic_regression/custom_module/README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/examples/godot_examples/custom_module/README.md b/examples/godot_examples/custom_module/README.md index e362f687b..4000097f8 100644 --- a/examples/godot_examples/custom_module/README.md +++ b/examples/godot_examples/custom_module/README.md @@ -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 diff --git a/examples/godot_logistic_regression/custom_module/README.md b/examples/godot_logistic_regression/custom_module/README.md index e362f687b..109a0ca41 100644 --- a/examples/godot_logistic_regression/custom_module/README.md +++ b/examples/godot_logistic_regression/custom_module/README.md @@ -9,6 +9,7 @@ You will need the Vulkan SDK, in this case we use version `1.2.148.1`, which you This will have the following contents that will be required later on: * The VulkanSDK static library `vulkan-1` +* The Vulkan headers in the `include/` folder ### Kompute @@ -40,6 +41,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