projects
/
kazan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b1498
)
fix spelling mistake
author
Jacob Lifshay
<programmerjake@gmail.com>
Sat, 2 Sep 2017 00:20:29 +0000
(17:20 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Sat, 2 Sep 2017 00:20:29 +0000
(17:20 -0700)
src/vulkan/vk_icd.h
patch
|
blob
|
history
diff --git
a/src/vulkan/vk_icd.h
b/src/vulkan/vk_icd.h
index 1983e5d4e506de9948f3f5c53a3bbe6232802fab..b8c7efcb6bb5dc7d53a67f9ea037ef0a145bd9d9 100644
(file)
--- a/
src/vulkan/vk_icd.h
+++ b/
src/vulkan/vk_icd.h
@@
-47,7
+47,7
@@
typedef VkResult (VKAPI_PTR *PFN_vkNegotiateLoaderICDInterfaceVersion)(uint32_t *pVersion);
// This is defined in vk_layer.h which will be found by the loader, but if an ICD is building against this
-// f
li
e directly, it won't be found.
+// f
il
e directly, it won't be found.
#ifndef PFN_GetPhysicalDeviceProcAddr
typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_GetPhysicalDeviceProcAddr)(VkInstance instance, const char* pName);
#endif