mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
Allocate resources for test window before getting system info
This commit is contained in:
parent
f75363177e
commit
edce713fc9
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ 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;
|
||||||
|
|
Loading…
Reference in a new issue