VkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR typedef

VkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR = void Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkQueryPoolPerformanceCreateInfoKHR> pPerformanceQueryCreateInfo, Pointer<NativeType> pNumPasses)

Implementation

typedef VkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR = void Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkQueryPoolPerformanceCreateInfoKHR> pPerformanceQueryCreateInfo,
    Pointer pNumPasses);