VkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHRNative typedef

VkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHRNative = Void Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkQueryPoolPerformanceCreateInfoKHR> pPerformanceQueryCreateInfo, Pointer<NativeType> pNumPasses)

Implementation

typedef VkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHRNative
    = Void Function(
        Pointer<VkPhysicalDevice> physicalDevice,
        Pointer<VkQueryPoolPerformanceCreateInfoKHR>
            pPerformanceQueryCreateInfo,
        Pointer pNumPasses);