diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-02-20 11:43:19 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-02-20 11:43:19 +1100 |
| commit | 9954233c9a730acba0a433dabd158ee5e8f131a5 (patch) | |
| tree | 8205f60d2d648b5ff5dd0db5c660e8c015408733 /src/layer.cc | |
| parent | 008dfc5d0ba524c308540cf90aef6432362fbc3b (diff) | |
Remove timeline semaphore extension dependency
Diffstat (limited to 'src/layer.cc')
| -rw-r--r-- | src/layer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layer.cc b/src/layer.cc index c54dc9f..d09f7be 100644 --- a/src/layer.cc +++ b/src/layer.cc @@ -220,7 +220,6 @@ static VKAPI_ATTR VkResult VKAPI_CALL CreateDevice( const auto wanted_extensions = { VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME, VK_KHR_CALIBRATED_TIMESTAMPS_EXTENSION_NAME, - VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME, VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME}; for (const auto& wanted : wanted_extensions) { |
