From 66380c9a4168db7bf98cbbc221a0e57e7fba7ff0 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 2 May 2017 14:52:05 -0700 Subject: layers: Move PV device extension handling into helper --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/core_validation.cpp') diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index ca2f9e42..a82f1ed5 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -3621,7 +3621,7 @@ VKAPI_ATTR VkResult VKAPI_CALL CreateDevice(VkPhysicalDevice gpu, const VkDevice device_data->physical_device = gpu; device_data->report_data = layer_debug_report_create_device(instance_data->report_data, *pDevice); - device_data->device_extensions->InitFromDeviceCreateInfo(pCreateInfo); + device_data->device_extensions.InitFromDeviceCreateInfo(pCreateInfo); // Get physical device limits for this device instance_data->dispatch_table.GetPhysicalDeviceProperties(gpu, &(device_data->phys_dev_properties.properties)); uint32_t count; -- cgit v1.2.3