unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkGetDeviceQueue2.txt

10 lines
349 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkGetDeviceQueue2,vkGetDeviceQueue2]]
[source,c++]
----
void vkGetDeviceQueue2(
VkDevice device,
const VkDeviceQueueInfo2* pQueueInfo,
VkQueue* pQueue);
----