blob: e74dc78f2ccff899e7a3e495bac233d83b414149 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-physicalDevice-parameter]] pname:physicalDevice must: be a valid sname:VkPhysicalDevice handle
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-format-parameter]] pname:format must: be a valid elink:VkFormat value
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-type-parameter]] pname:type must: be a valid elink:VkImageType value
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-samples-parameter]] pname:samples must: be a valid elink:VkSampleCountFlagBits value
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-usage-parameter]] pname:usage must: be a valid combination of elink:VkImageUsageFlagBits values
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-usage-requiredbitmask]] pname:usage must: not be `0`
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-tiling-parameter]] pname:tiling must: be a valid elink:VkImageTiling value
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-pPropertyCount-parameter]] pname:pPropertyCount must: be a valid pointer to a basetype:uint32_t value
* [[VUID-vkGetPhysicalDeviceSparseImageFormatProperties-pProperties-parameter]] If the value referenced by pname:pPropertyCount is not `0`, and pname:pProperties is not `NULL`, pname:pProperties must: be a valid pointer to an array of pname:pPropertyCount sname:VkSparseImageFormatProperties structures
****