• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkGetPhysicalDeviceExternalFenceProperties,vkGetPhysicalDeviceExternalFenceProperties]]
3[source,c++]
4----
5void vkGetPhysicalDeviceExternalFenceProperties(
6    VkPhysicalDevice                            physicalDevice,
7    const VkPhysicalDeviceExternalFenceInfo*    pExternalFenceInfo,
8    VkExternalFenceProperties*                  pExternalFenceProperties);
9----
10