1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkGetDeviceQueue,vkGetDeviceQueue]]
3[source,c++]
4----
5void vkGetDeviceQueue(
6 VkDevice device,
7 uint32_t queueFamilyIndex,
8 uint32_t queueIndex,
9 VkQueue* pQueue);
10----
11