1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-vkGetPhysicalDeviceImageFormatProperties-physicalDevice-parameter]] pname:physicalDevice must: be a valid sname:VkPhysicalDevice handle 5* [[VUID-vkGetPhysicalDeviceImageFormatProperties-format-parameter]] pname:format must: be a valid elink:VkFormat value 6* [[VUID-vkGetPhysicalDeviceImageFormatProperties-type-parameter]] pname:type must: be a valid elink:VkImageType value 7* [[VUID-vkGetPhysicalDeviceImageFormatProperties-tiling-parameter]] pname:tiling must: be a valid elink:VkImageTiling value 8* [[VUID-vkGetPhysicalDeviceImageFormatProperties-usage-parameter]] pname:usage must: be a valid combination of elink:VkImageUsageFlagBits values 9* [[VUID-vkGetPhysicalDeviceImageFormatProperties-usage-requiredbitmask]] pname:usage must: not be `0` 10* [[VUID-vkGetPhysicalDeviceImageFormatProperties-flags-parameter]] pname:flags must: be a valid combination of elink:VkImageCreateFlagBits values 11* [[VUID-vkGetPhysicalDeviceImageFormatProperties-pImageFormatProperties-parameter]] pname:pImageFormatProperties must: be a valid pointer to a sname:VkImageFormatProperties structure 12**** 13 14.Return Codes 15**** 16ifndef::doctype-manpage[] 17<<fundamentals-successcodes,Success>>:: 18endif::doctype-manpage[] 19ifdef::doctype-manpage[] 20On success, this command returns:: 21endif::doctype-manpage[] 22* ename:VK_SUCCESS 23ifndef::doctype-manpage[] 24<<fundamentals-errorcodes,Failure>>:: 25endif::doctype-manpage[] 26ifdef::doctype-manpage[] 27On failure, this command returns:: 28endif::doctype-manpage[] 29* ename:VK_ERROR_OUT_OF_HOST_MEMORY 30* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY 31* ename:VK_ERROR_FORMAT_NOT_SUPPORTED 32**** 33 34