• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2.Valid Usage (Implicit)
3****
4* [[VUID-vkEnumerateDeviceExtensionProperties-physicalDevice-parameter]] pname:physicalDevice must: be a valid sname:VkPhysicalDevice handle
5* [[VUID-vkEnumerateDeviceExtensionProperties-pLayerName-parameter]] If pname:pLayerName is not `NULL`, pname:pLayerName must: be a null-terminated UTF-8 string
6* [[VUID-vkEnumerateDeviceExtensionProperties-pPropertyCount-parameter]] pname:pPropertyCount must: be a valid pointer to a basetype:uint32_t value
7* [[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
8****
9
10.Return Codes
11****
12ifndef::doctype-manpage[]
13<<fundamentals-successcodes,Success>>::
14endif::doctype-manpage[]
15ifdef::doctype-manpage[]
16On success, this command returns::
17endif::doctype-manpage[]
18* ename:VK_SUCCESS
19* ename:VK_INCOMPLETE
20ifndef::doctype-manpage[]
21<<fundamentals-errorcodes,Failure>>::
22endif::doctype-manpage[]
23ifdef::doctype-manpage[]
24On failure, this command returns::
25endif::doctype-manpage[]
26* ename:VK_ERROR_OUT_OF_HOST_MEMORY
27* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
28* ename:VK_ERROR_LAYER_NOT_PRESENT
29****
30
31