mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-21 11:50:12 +00:00
14 lines
688 B
Plaintext
14 lines
688 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[vkEnumerateInstanceLayerProperties,vkEnumerateInstanceLayerProperties]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
VkResult vkEnumerateInstanceLayerProperties(
|
|
uint32_t* pPropertyCount,
|
|
VkLayerProperties* pProperties);
|
|
------------------------------------------------------------------------------
|