diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-04 14:20:59 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-04 14:20:59 +1100 |
| commit | ecaf30c5cea321c55f6a5ce827afbfc6afa0e9b1 (patch) | |
| tree | 1568661c33ea4eb939e39ca3cf42bbdb2be3c2f1 /src/layer.cc | |
| parent | effef8d4c4012f415c8cf869f9999232862009e2 (diff) | |
Lock in swapchain_monitor::update_params, fix missing CMakeList.txt modification
Diffstat (limited to 'src/layer.cc')
| -rw-r--r-- | src/layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
