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