// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry .Valid Usage (Implicit) **** * [[VUID-vkGetPhysicalDeviceImageFormatProperties-physicalDevice-parameter]] pname:physicalDevice must: be a valid sname:VkPhysicalDevice handle * [[VUID-vkGetPhysicalDeviceImageFormatProperties-format-parameter]] pname:format must: be a valid elink:VkFormat value * [[VUID-vkGetPhysicalDeviceImageFormatProperties-type-parameter]] pname:type must: be a valid elink:VkImageType value * [[VUID-vkGetPhysicalDeviceImageFormatProperties-tiling-parameter]] pname:tiling must: be a valid elink:VkImageTiling value * [[VUID-vkGetPhysicalDeviceImageFormatProperties-usage-parameter]] pname:usage must: be a valid combination of elink:VkImageUsageFlagBits values * [[VUID-vkGetPhysicalDeviceImageFormatProperties-usage-requiredbitmask]] pname:usage must: not be `0` * [[VUID-vkGetPhysicalDeviceImageFormatProperties-flags-parameter]] pname:flags must: be a valid combination of elink:VkImageCreateFlagBits values * [[VUID-vkGetPhysicalDeviceImageFormatProperties-pImageFormatProperties-parameter]] pname:pImageFormatProperties must: be a valid pointer to a sname:VkImageFormatProperties structure **** .Return Codes **** ifndef::doctype-manpage[] <>:: endif::doctype-manpage[] ifdef::doctype-manpage[] On success, this command returns:: endif::doctype-manpage[] * ename:VK_SUCCESS ifndef::doctype-manpage[] <>:: endif::doctype-manpage[] ifdef::doctype-manpage[] On failure, this command returns:: endif::doctype-manpage[] * ename:VK_ERROR_OUT_OF_HOST_MEMORY * ename:VK_ERROR_OUT_OF_DEVICE_MEMORY * ename:VK_ERROR_FORMAT_NOT_SUPPORTED ****