From b0d592776f197e3c635d6946fd6305fda19b6f7d Mon Sep 17 00:00:00 2001 From: mklefrancois <38076163+mklefrancois@users.noreply.github.com> Date: Tue, 1 Sep 2020 14:44:16 +0200 Subject: [PATCH] Cleaning --- docs/setup.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index 7e516ea..d146e70 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -12,23 +12,18 @@ Besides the current repository, you will also need to clone or download the foll The directory structure should be looking like this: ~~~~ - \ - | - +-- :file_folder: shared_external - | - +-- :file_folder: shared_sources - | - +-- :open_file_folder: vk_raytracing_tutorial_KHR - | | - | +-- :file_folder: ray_tracing__simple - | | - | +-- :file_folder: ray_tracing_... - | | - | ⋮ - | - ⋮ + C:\Vulkan\nvpro-samples + | + +---shared_external + +---shared_sources + +---vk_raytracing_tutorial_KHR + | +---ray_tracing__simple + | +---ray_tracing_... + | \---... ~~~~ +See also [build_all](https://github.com/nvpro-samples/build_all) from nvpro-samples. + ## Latest Vulkan SDK This repository tries to always be up to date with the latest Vulkan SDK, therefore we suggest to download and install it.