unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkGetPhysicalDeviceQueueFamilyProperties.txt

10 lines
457 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkGetPhysicalDeviceQueueFamilyProperties,vkGetPhysicalDeviceQueueFamilyProperties]]
[source,c++]
----
void vkGetPhysicalDeviceQueueFamilyProperties(
VkPhysicalDevice physicalDevice,
uint32_t* pQueueFamilyPropertyCount,
VkQueueFamilyProperties* pQueueFamilyProperties);
----