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

9 lines
789 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkGetPhysicalDeviceQueueFamilyProperties-physicalDevice-parameter]] pname:physicalDevice must: be a valid sname:VkPhysicalDevice handle
* [[VUID-vkGetPhysicalDeviceQueueFamilyProperties-pQueueFamilyPropertyCount-parameter]] pname:pQueueFamilyPropertyCount must: be a valid pointer to a basetype:uint32_t value
* [[VUID-vkGetPhysicalDeviceQueueFamilyProperties-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:VkQueueFamilyProperties structures
****