aboutsummaryrefslogtreecommitdiff
path: root/src/physical_device_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/physical_device_context.cc')
-rw-r--r--src/physical_device_context.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/physical_device_context.cc b/src/physical_device_context.cc
index 66940f5..9c4ad8e 100644
--- a/src/physical_device_context.cc
+++ b/src/physical_device_context.cc
@@ -40,6 +40,7 @@ PhysicalDeviceContext::PhysicalDeviceContext(
auto count = std::uint32_t{};
THROW_NON_VKSUCCESS(vtable.EnumerateDeviceExtensionProperties(
physical_device, nullptr, &count, nullptr));
+
auto supported_extensions = std::vector<VkExtensionProperties>(count);
THROW_NON_VKSUCCESS(vtable.EnumerateDeviceExtensionProperties(
physical_device, nullptr, &count,