Merge pull request #805 from krOoze/fix_spv_ray_link

Fix raytracing GLSL and SPV links
This commit is contained in:
Jon Leech 2018-10-06 03:27:20 -07:00 committed by GitHub
commit f9e2fcf09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ include::meta/VK_NVX_raytracing.txt[]
*Interactions and External Dependencies*:: *Interactions and External Dependencies*::
- This extension requires the - This extension requires the
https://www.khronos.org/registry/spir-v/extensions/NVX/SPV_NVX_raytracing.html[+SPV_NVX_raytracing+] https://htmlpreview.github.io/?https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/NV/SPV_NVX_raytracing.html[+SPV_NVX_raytracing+]
SPIR-V extension. SPIR-V extension.
- This extension requires the - This extension requires the
https://github.com/KhronosGroup/GLSL/tree/master/extensions/NVX/GL_NVX_raytracing.txt[+GL_NVX_raytracing+] https://github.com/KhronosGroup/GLSL/blob/master/extensions/nvx/GLSL_NVX_raytracing.txt[+GL_NVX_raytracing+]
extension for GLSL source languages. extension for GLSL source languages.
*Contributors*:: *Contributors*::