MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / GetDeviceQueue2

Function GetDeviceQueue2

layersvt/screenshot.cpp:1454–1456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1452}
1453
1454VKAPI_ATTR void VKAPI_CALL GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) {
1455 if (pQueueInfo) GetDeviceQueue(device, pQueueInfo->queueFamilyIndex, pQueueInfo->queueIndex, pQueue);
1456}
1457
1458VKAPI_ATTR VkResult VKAPI_CALL CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR *pCreateInfo,
1459 const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain) {

Callers

nothing calls this directly

Calls 1

GetDeviceQueueFunction · 0.85

Tested by

no test coverage detected