aboutsummaryrefslogtreecommitdiff
path: root/src/physical_device_context.hh
diff options
context:
space:
mode:
authorNicolas James <nj3ahxac@gmail.com>2026-04-06 17:03:35 +1000
committerNicolas James <nj3ahxac@gmail.com>2026-04-06 17:03:35 +1000
commit312d8736ae0df55c9f33e4eb5c00e4cd77e1c33f (patch)
tree170816e372c43ddc6522e059f7d6fdc8757330f2 /src/physical_device_context.hh
parenta9a083ea5c649498d2f12e611dbc7c767d152130 (diff)
Add refactored VK_NV_low_latency2 impl, (fixes many threading issues)
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;