VkGetPhysicalDeviceExternalSemaphorePropertiesKHR typedef

VkGetPhysicalDeviceExternalSemaphorePropertiesKHR = void Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceExternalSemaphoreInfo> pExternalSemaphoreInfo, Pointer<VkExternalSemaphoreProperties> pExternalSemaphoreProperties)

Implementation

typedef VkGetPhysicalDeviceExternalSemaphorePropertiesKHR = void Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkPhysicalDeviceExternalSemaphoreInfo> pExternalSemaphoreInfo,
    Pointer<VkExternalSemaphoreProperties> pExternalSemaphoreProperties);