VkGetPhysicalDeviceExternalSemaphorePropertiesNative typedef

VkGetPhysicalDeviceExternalSemaphorePropertiesNative = Void Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceExternalSemaphoreInfo> pExternalSemaphoreInfo, Pointer<VkExternalSemaphoreProperties> pExternalSemaphoreProperties)

Implementation

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