Loading vulkan/libvulkan/driver.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -1170,8 +1170,7 @@ void GetDeviceQueue2(VkDevice device, const auto& data = GetData(device); data.driver.GetDeviceQueue2(device, pQueueInfo, pQueue); if (pQueue != VK_NULL_HANDLE) SetData(*pQueue, data); if (*pQueue != VK_NULL_HANDLE) SetData(*pQueue, data); } VKAPI_ATTR VkResult Loading Loading
vulkan/libvulkan/driver.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -1170,8 +1170,7 @@ void GetDeviceQueue2(VkDevice device, const auto& data = GetData(device); data.driver.GetDeviceQueue2(device, pQueueInfo, pQueue); if (pQueue != VK_NULL_HANDLE) SetData(*pQueue, data); if (*pQueue != VK_NULL_HANDLE) SetData(*pQueue, data); } VKAPI_ATTR VkResult Loading