diff options
| author | Fernando S <fsahmkow27@gmail.com> | 2022-12-06 17:45:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 17:45:08 +0100 |
| commit | 08d4e7c7aff6b4b798b9095c5715368918cdba0b (patch) | |
| tree | 9a7c2b8e91ff42a17815b9d82c3361eacb265add /src/video_core/vulkan_common/vulkan_device.cpp | |
| parent | 4b7e73e0a6d72126efebecf3c7003b12106fcab8 (diff) | |
| parent | 7e7a23363a054970206ccb623bfa1899fa7f4663 (diff) | |
Merge pull request #9393 from liamwhite/more-vulkan
vulkan_common: further initialization tweaks
Diffstat (limited to 'src/video_core/vulkan_common/vulkan_device.cpp')
| -rw-r--r-- | src/video_core/vulkan_common/vulkan_device.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 33856fe59..467878431 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp @@ -86,6 +86,8 @@ constexpr std::array REQUIRED_EXTENSIONS{ }; constexpr std::array REQUIRED_EXTENSIONS_BEFORE_1_2{ + VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME, + VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME, VK_KHR_8BIT_STORAGE_EXTENSION_NAME, VK_KHR_SHADER_FLOAT_CONTROLS_EXTENSION_NAME, VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME, |
