1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkEnumerateInstanceLayerProperties,vkEnumerateInstanceLayerProperties]] 3[source,c++] 4---- 5VkResult vkEnumerateInstanceLayerProperties( 6 uint32_t* pPropertyCount, 7 VkLayerProperties* pProperties); 8---- 9