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