• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkEnumerateDeviceLayerProperties,vkEnumerateDeviceLayerProperties]]
3[source,c++]
4----
5VkResult vkEnumerateDeviceLayerProperties(
6    VkPhysicalDevice                            physicalDevice,
7    uint32_t*                                   pPropertyCount,
8    VkLayerProperties*                          pProperties);
9----
10