From 60b919106974a56a695a8811c0fefec0a9174ab4 Mon Sep 17 00:00:00 2001 From: mklefrancois <38076163+mklefrancois@users.noreply.github.com> Date: Thu, 26 Nov 2020 09:14:31 +0100 Subject: [PATCH] Update to HTML links to VK_KHR_acceleration_structure, ... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04a4318..d3141e1 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ The focus of this repository and the provided code is to showcase a basic integration of -ray tracing within an existing Vulkan sample, using the -[`VK_KHR_ray_tracing`](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_KHR_ray_tracing) extension. +[`ray tracing`](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#ray-tracing) and [`ray traversal`](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#ray-traversal) within an existing Vulkan sample, using the +[`VK_KHR_acceleration_structure`](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_KHR_acceleration_structure), [`VK_KHR_ray_tracing_pipeline`](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_KHR_ray_tracing_pipeline) and [`VK_KHR_ray_query`](https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VK_KHR_ray_query) extensions. ## Setup -To be able to compile and run those examples, please follow the [setup](docs/setup.md) instructions. Find more over at [nvpro-samples](https://github.com/nvpro-samples/build_all). +To be able to compile and run those examples, please follow the [setup](docs/setup.md) instructions. Find more over nvpro-samples setup at: https://github.com/nvpro-samples/build_all. ## Tutorials