unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/vkGetPhysicalDeviceQueueFamilyProperties2.txt

9 lines
793 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkGetPhysicalDeviceQueueFamilyProperties2-physicalDevice-parameter]] pname:physicalDevice must: be a valid sname:VkPhysicalDevice handle
* [[VUID-vkGetPhysicalDeviceQueueFamilyProperties2-pQueueFamilyPropertyCount-parameter]] pname:pQueueFamilyPropertyCount must: be a valid pointer to a basetype:uint32_t value
* [[VUID-vkGetPhysicalDeviceQueueFamilyProperties2-pQueueFamilyProperties-parameter]] If the value referenced by pname:pQueueFamilyPropertyCount is not `0`, and pname:pQueueFamilyProperties is not `NULL`, pname:pQueueFamilyProperties must: be a valid pointer to an array of pname:pQueueFamilyPropertyCount sname:VkQueueFamilyProperties2 structures
****