1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2.Valid Usage (Implicit) 3**** 4* [[VUID-vkEnumerateInstanceLayerProperties-pPropertyCount-parameter]] pname:pPropertyCount must: be a valid pointer to a basetype:uint32_t value 5* [[VUID-vkEnumerateInstanceLayerProperties-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 6**** 7 8.Return Codes 9**** 10ifndef::doctype-manpage[] 11<<fundamentals-successcodes,Success>>:: 12endif::doctype-manpage[] 13ifdef::doctype-manpage[] 14On success, this command returns:: 15endif::doctype-manpage[] 16* ename:VK_SUCCESS 17* ename:VK_INCOMPLETE 18ifndef::doctype-manpage[] 19<<fundamentals-errorcodes,Failure>>:: 20endif::doctype-manpage[] 21ifdef::doctype-manpage[] 22On failure, this command returns:: 23endif::doctype-manpage[] 24* ename:VK_ERROR_OUT_OF_HOST_MEMORY 25* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY 26**** 27 28