diff options
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); } |
