KhronosGroup / Vulkan-Docs

The Vulkan API Specification and related tools
Other
2.7k stars 452 forks source link

Chapter 12.6 - "Acceleration structures" should mention KHR functionality before vendor specific variants #2385

Open SaschaWillems opened 1 week ago

SaschaWillems commented 1 week ago

The chapter on acceleration structures (spec with all exts, documentation site) mentions the deprecated NV extension first:

https://docs.vulkan.org/spec/latest/chapters/resources.html#resources-acceleration-structures

This can be quite confusing, esp. for people reading this part of the spec first. The KHR related functions are only mentioned after the NV one.

I think it would be beneficial to siwtch this and mention the KHR functions before the NV ones and maybe even add a hint that the NV ones are deprecated and the KHR ones should be used instead.