From 7b17b60786d00c592f0ef18c8481148143baacbd Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Mon, 30 Mar 2026 18:02:21 +1100 Subject: Add nvidia spoofing via LOW_LATENCY_LAYER_SPOOF_NVIDIA=1 --- src/queue_context.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/queue_context.cc') diff --git a/src/queue_context.cc b/src/queue_context.cc index 1192bb6..437a183 100644 --- a/src/queue_context.cc +++ b/src/queue_context.cc @@ -76,6 +76,7 @@ void QueueContext::notify_submit( void QueueContext::notify_present(const VkSwapchainKHR& swapchain, const present_id_t& present_id) { + // Notify the device that this swapchain was just presented to. // We're avoiding a double hash here - don't use operator[] and erase. auto iter = this->unpresented_submissions.try_emplace(present_id).first; -- cgit v1.2.3