VkGetPhysicalDeviceExternalFencePropertiesNative typedef

VkGetPhysicalDeviceExternalFencePropertiesNative = Void Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceExternalFenceInfo> pExternalFenceInfo, Pointer<VkExternalFenceProperties> pExternalFenceProperties)

Implementation

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