Vulkan: Support fullscreen resolution enumeration

This commit is contained in:
Connor McLaughlin
2021-02-16 02:57:35 +10:00
parent e84a39245f
commit 65daf1d6a0
5 changed files with 103 additions and 6 deletions

View File

@ -183,7 +183,7 @@ void DisplaySettingsWidget::populateGPUAdaptersAndResolutions()
#endif
case GPURenderer::HardwareVulkan:
aml = FrontendCommon::VulkanHostDisplay::StaticGetAdapterAndModeList();
aml = FrontendCommon::VulkanHostDisplay::StaticGetAdapterAndModeList(nullptr);
threaded_presentation_supported = true;
break;