blob: 3184b3fb268740826bea7fed22ef8cd1e42bcb0c [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkEnumerateDeviceExtensionProperties-physicalDevice-parameter]] pname:physicalDevice must: be a valid sname:VkPhysicalDevice handle
* [[VUID-vkEnumerateDeviceExtensionProperties-pLayerName-parameter]] If pname:pLayerName is not `NULL`, pname:pLayerName must: be a null-terminated UTF-8 string
* [[VUID-vkEnumerateDeviceExtensionProperties-pPropertyCount-parameter]] pname:pPropertyCount must: be a valid pointer to a basetype:uint32_t value
* [[VUID-vkEnumerateDeviceExtensionProperties-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:VkExtensionProperties 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
* ename:VK_ERROR_LAYER_NOT_PRESENT
****