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