This commit is contained in:
mklefrancois 2020-09-01 14:44:16 +02:00
parent 316952044e
commit b0d592776f

View file

@ -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:
~~~~
\
C:\Vulkan\nvpro-samples
|
+-- :file_folder: shared_external
|
+-- :file_folder: shared_sources
|
+-- :open_file_folder: vk_raytracing_tutorial_KHR
| |
| +-- :file_folder: ray_tracing__simple
| |
| +-- :file_folder: ray_tracing_...
| |
| ⋮
|
+---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.