Compare commits
1 Commits
android-12
...
android-12
Author | SHA1 | Date | |
---|---|---|---|
4f55b19c07 |
@ -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.
|
// Create a test window with a Vulkan surface type for checking present modes.
|
||||||
QWindow test_window(window);
|
QWindow test_window(window);
|
||||||
test_window.setSurfaceType(QWindow::VulkanSurface);
|
test_window.setSurfaceType(QWindow::VulkanSurface);
|
||||||
test_window.create();
|
|
||||||
auto wsi = QtCommon::GetWindowSystemInfo(&test_window);
|
auto wsi = QtCommon::GetWindowSystemInfo(&test_window);
|
||||||
|
|
||||||
vk::InstanceDispatch dld;
|
vk::InstanceDispatch dld;
|
||||||
|
Reference in New Issue
Block a user