10 lines
457 B
Plaintext
10 lines
457 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkGetPhysicalDeviceQueueFamilyProperties,vkGetPhysicalDeviceQueueFamilyProperties]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
void vkGetPhysicalDeviceQueueFamilyProperties(
|
||
|
|
VkPhysicalDevice physicalDevice,
|
||
|
|
uint32_t* pQueueFamilyPropertyCount,
|
||
|
|
VkQueueFamilyProperties* pQueueFamilyProperties);
|
||
|
|
----
|