Update Vulkan link from 1.0 to 1.1
authorpham.michael.98@a029fe8ac2da19fcd7269c492cf0410b2e5fd4cc <phammichael98@web>
Sat, 14 Sep 2019 22:02:20 +0000 (23:02 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 14 Sep 2019 22:02:20 +0000 (23:02 +0100)
zfpacc_proposal.mdwn

index eac608fccb5e192485481254ca8c9e06cb403b26..8ef2b1ec2e2681d76ca2aafc13abbcfab23f64d8 100644 (file)
@@ -153,9 +153,11 @@ Comments:
 
 ### function accuracy in standards (opencl, vulkan)
 
+[[resources]] for OpenCL and Vulkan
+
 Vulkan requires full ieee754 precision for all F/D instructions except for fdiv and fsqrt.
 
-https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#spirvenv-precision-operation
+<https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/chap40.html#spirvenv-precision-operation>
 
 Source is here:
 <https://github.com/KhronosGroup/Vulkan-Docs/blob/master/appendices/spirvenv.txt#L1172>