blob: 63f4a93b6821489e72bdcd90a921229c1f9eef12 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkGetDeviceQueue,vkGetDeviceQueue]]
[source,c++]
----
void vkGetDeviceQueue(
VkDevice device,
uint32_t queueFamilyIndex,
uint32_t queueIndex,
VkQueue* pQueue);
----