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