diff options
| author | Nicolas James <nj3ahxac@gmail.com> | 2026-04-06 20:34:29 +1000 |
|---|---|---|
| committer | Nicolas James <nj3ahxac@gmail.com> | 2026-04-06 20:34:29 +1000 |
| commit | b725e39d1a38e018e72389de7d72d7db351a8ccb (patch) | |
| tree | 1c2cdee9b895a02eb25b77336a437ce47627fedc /src/queue_context.cc | |
| parent | e5087ff69f63e8c1d6f3a2239d05119b686e6935 (diff) | |
Fix race during teardown, don't enable PresentID - it's not a requirement
Diffstat (limited to 'src/queue_context.cc')
| -rw-r--r-- | src/queue_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue_context.cc b/src/queue_context.cc index fce501b..c920610 100644 --- a/src/queue_context.cc +++ b/src/queue_context.cc @@ -53,7 +53,7 @@ QueueContext::QueueContext(DeviceContext& device, const VkQueue& queue, }(); } -QueueContext::~QueueContext() { this->timestamp_pool.reset(); } +QueueContext::~QueueContext() {} bool QueueContext::should_inject_timestamps() const { const auto& physical_device = this->device.physical_device; |
