From ecaf30c5cea321c55f6a5ce827afbfc6afa0e9b1 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sat, 4 Apr 2026 14:20:59 +1100 Subject: Lock in swapchain_monitor::update_params, fix missing CMakeList.txt modification --- src/layer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layer.cc') diff --git a/src/layer.cc b/src/layer.cc index 3811fca..e0f1fa6 100644 --- a/src/layer.cc +++ b/src/layer.cc @@ -102,7 +102,7 @@ DestroyInstance(VkInstance instance, const VkAllocationCallbacks* allocator) { // Erase our physical devices owned by this instance from the global // context. - for (const auto& [key, _] : context->phys_devices) { + for (const auto& [key, _] : context->physical_devices) { assert(layer_context.contexts.contains(key)); layer_context.contexts.erase(key); } -- cgit v1.2.3