diff options
author | Charles Giessen <[email protected]> | 2021-10-19 14:34:12 -0600 |
---|---|---|
committer | Charles Giessen <[email protected]> | 2021-10-20 18:40:32 -0600 |
commit | d594f70127b4198286b3472a48bee56e341259cd (patch) | |
tree | bf082291beefc05c3bbe97aa1e8b94a92a0d81a3 | |
parent | 287ce740729e2bd191048c3c1d41b3e8fc30ce5d (diff) | |
download | Vulkan-Headers-d594f70127b4198286b3472a48bee56e341259cd.tar.gz Vulkan-Headers-d594f70127b4198286b3472a48bee56e341259cd.zip |
Fix spelling of querying in vk_icd.h
-rw-r--r-- | include/vulkan/vk_icd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vk_icd.h b/include/vulkan/vk_icd.h index ae006d0..41989ee 100644 --- a/include/vulkan/vk_icd.h +++ b/include/vulkan/vk_icd.h @@ -33,7 +33,7 @@ // Version 2 - Add Loader/ICD Interface version negotiation // via vk_icdNegotiateLoaderICDInterfaceVersion. // Version 3 - Add ICD creation/destruction of KHR_surface objects. -// Version 4 - Add unknown physical device extension qyering via +// Version 4 - Add unknown physical device extension querying via // vk_icdGetPhysicalDeviceProcAddr. // Version 5 - Tells ICDs that the loader is now paying attention to the // application version of Vulkan passed into the ApplicationInfo |