Updating html path
This commit is contained in:
parent
0c73e8ec1b
commit
f550d14dcc
17 changed files with 18 additions and 18 deletions
|
|
@ -7,7 +7,7 @@
|
|||
## Tutorial ([Setup](../docs/setup.md))
|
||||
|
||||
|
||||
This is an extension of the Vulkan ray tracing [tutorial](https://nvpro-samples.github.io/vk_raytracing_tutorial_KHR).
|
||||
This is an extension of the Vulkan ray tracing [tutorial](https://nvpro-samples.github.io/vk_raytracing_tutorial_KHR/vkrt_tutorial.md.html).
|
||||
|
||||
Like closest hit shaders, any hit shaders operate on intersections between rays and geometry. However, the any hit
|
||||
shader will be executed for all hits along the ray. The closest hit shader will then be invoked on the closest accepted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue