blob: 42c3eccef55b07a1e874c68adc56a2cd89dc1db9 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkGetPhysicalDeviceImageFormatProperties2-physicalDevice-parameter]] pname:physicalDevice must: be a valid sname:VkPhysicalDevice handle
* [[VUID-vkGetPhysicalDeviceImageFormatProperties2-pImageFormatInfo-parameter]] pname:pImageFormatInfo must: be a valid pointer to a valid sname:VkPhysicalDeviceImageFormatInfo2 structure
* [[VUID-vkGetPhysicalDeviceImageFormatProperties2-pImageFormatProperties-parameter]] pname:pImageFormatProperties must: be a valid pointer to a sname:VkImageFormatProperties2 structure
****
.Return Codes
****
ifndef::doctype-manpage[]
<<fundamentals-successcodes,Success>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On success, this command returns::
endif::doctype-manpage[]
* ename:VK_SUCCESS
ifndef::doctype-manpage[]
<<fundamentals-errorcodes,Failure>>::
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
****