unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkGetInstanceProcAddr.txt

9 lines
316 B
Plaintext

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