aboutsummaryrefslogtreecommitdiff
path: root/src/physical_device_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/physical_device_context.hh')
-rw-r--r--src/physical_device_context.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/physical_device_context.hh b/src/physical_device_context.hh
index d2e094e..1feed6a 100644
--- a/src/physical_device_context.hh
+++ b/src/physical_device_context.hh
@@ -18,8 +18,7 @@ class PhysicalDeviceContext final : public Context {
static constexpr auto required_extensions = {
VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME,
VK_KHR_CALIBRATED_TIMESTAMPS_EXTENSION_NAME,
- VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME,
- VK_KHR_PRESENT_ID_EXTENSION_NAME};
+ VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME};
public:
InstanceContext& instance;