10 lines
402 B
Plaintext
10 lines
402 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkEnumeratePhysicalDevices,vkEnumeratePhysicalDevices]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
VkResult vkEnumeratePhysicalDevices(
|
||
|
|
VkInstance instance,
|
||
|
|
uint32_t* pPhysicalDeviceCount,
|
||
|
|
VkPhysicalDevice* pPhysicalDevices);
|
||
|
|
----
|