VkGetPhysicalDeviceExternalFenceProperties typedef

VkGetPhysicalDeviceExternalFenceProperties = void Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceExternalFenceInfo> pExternalFenceInfo, Pointer<VkExternalFenceProperties> pExternalFenceProperties)

Implementation

typedef VkGetPhysicalDeviceExternalFenceProperties = void Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkPhysicalDeviceExternalFenceInfo> pExternalFenceInfo,
    Pointer<VkExternalFenceProperties> pExternalFenceProperties);