1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkGetInstanceProcAddr,vkGetInstanceProcAddr]]
3[source,c++]
4----
5PFN_vkVoidFunction vkGetInstanceProcAddr(
6 VkInstance instance,
7 const char* pName);
8----
9