Cleaning
This commit is contained in:
parent
316952044e
commit
b0d592776f
1 changed files with 10 additions and 15 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue