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

9 lines
308 B
Plaintext
Raw Normal View History

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