VkGetPhysicalDeviceExternalSemaphoreProperties typedef

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

Implementation

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