Merge pull request #4696 from whitezom7/patch-1

Fix typo of Vulcan to Vulkan
pull/5625/head
dsh 7 months ago committed by GitHub
commit 41e6682f66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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.
Loading…
Cancel
Save