From d4f48a3ebd645da071ee3be122ee8b47f1763281 Mon Sep 17 00:00:00 2001 From: Taylor Date: Tue, 14 Nov 2023 22:37:27 +0100 Subject: [PATCH] Update and rename 101-vulcan-ray-tracing.md to 101-vulkan-ray-tracing.md Typo in Vulkan --- .../{101-vulcan-ray-tracing.md => 101-vulkan-ray-tracing.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/data/roadmaps/game-developer/content/109-advanced-rendering/100-real-time-ray-tracing/{101-vulcan-ray-tracing.md => 101-vulkan-ray-tracing.md} (91%) diff --git a/src/data/roadmaps/game-developer/content/109-advanced-rendering/100-real-time-ray-tracing/101-vulcan-ray-tracing.md b/src/data/roadmaps/game-developer/content/109-advanced-rendering/100-real-time-ray-tracing/101-vulkan-ray-tracing.md similarity index 91% rename from src/data/roadmaps/game-developer/content/109-advanced-rendering/100-real-time-ray-tracing/101-vulcan-ray-tracing.md rename to src/data/roadmaps/game-developer/content/109-advanced-rendering/100-real-time-ray-tracing/101-vulkan-ray-tracing.md index a15231d95..3143a9602 100644 --- a/src/data/roadmaps/game-developer/content/109-advanced-rendering/100-real-time-ray-tracing/101-vulcan-ray-tracing.md +++ b/src/data/roadmaps/game-developer/content/109-advanced-rendering/100-real-time-ray-tracing/101-vulkan-ray-tracing.md @@ -1,3 +1,3 @@ -# Vulcan Ray Tracing +# Vulkan Ray Tracing -`Vulkan Ray Tracing` is an extension of the Vulkan API (Application Programming Interface), which is an open-source, cross-platform API developed by the Khronos Group. Its main goal is to provide developers with greater control over the GPU, enabling better performance and more efficient multisystem and multicore use. The Vulkan Ray Tracing extension provides a standardized ray tracing interface similar to DirectX Raytracing, enabling real-time ray tracing applications to be built on Vulkan. This extension includes a number of functionalities such as acceleration structure building and management, ray tracing shader stages and pipelines, and indirect ray tracing dispatch. \ No newline at end of file +`Vulkan Ray Tracing` is an extension of the Vulkan API (Application Programming Interface), which is an open-source, cross-platform API developed by the Khronos Group. Its main goal is to provide developers with greater control over the GPU, enabling better performance and more efficient multisystem and multicore use. The Vulkan Ray Tracing extension provides a standardized ray tracing interface similar to DirectX Raytracing, enabling real-time ray tracing applications to be built on Vulkan. This extension includes a number of functionalities such as acceleration structure building and management, ray tracing shader stages and pipelines, and indirect ray tracing dispatch.