Compare commits

..

1 Commits

Author SHA1 Message Date
d674ab220e Android #125 2023-11-07 00:57:57 +00:00

View File

@ -31,7 +31,6 @@ void PopulateRecords(std::vector<Record>& records, QWindow* window) try {
// Create a test window with a Vulkan surface type for checking present modes.
QWindow test_window(window);
test_window.setSurfaceType(QWindow::VulkanSurface);
test_window.create();
auto wsi = QtCommon::GetWindowSystemInfo(&test_window);
vk::InstanceDispatch dld;