VkGetPhysicalDeviceExternalBufferPropertiesNative typedef

VkGetPhysicalDeviceExternalBufferPropertiesNative = Void Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceExternalBufferInfo> pExternalBufferInfo, Pointer<VkExternalBufferProperties> pExternalBufferProperties)

Implementation

typedef VkGetPhysicalDeviceExternalBufferPropertiesNative = Void Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkPhysicalDeviceExternalBufferInfo> pExternalBufferInfo,
    Pointer<VkExternalBufferProperties> pExternalBufferProperties);