10 lines
436 B
Plaintext
10 lines
436 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkEnumeratePhysicalDeviceGroups,vkEnumeratePhysicalDeviceGroups]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
VkResult vkEnumeratePhysicalDeviceGroups(
|
||
|
|
VkInstance instance,
|
||
|
|
uint32_t* pPhysicalDeviceGroupCount,
|
||
|
|
VkPhysicalDeviceGroupProperties* pPhysicalDeviceGroupProperties);
|
||
|
|
----
|