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

10 lines
458 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkGetPhysicalDeviceExternalFenceProperties,vkGetPhysicalDeviceExternalFenceProperties]]
[source,c++]
----
void vkGetPhysicalDeviceExternalFenceProperties(
VkPhysicalDevice physicalDevice,
const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo,
VkExternalFenceProperties* pExternalFenceProperties);
----