diff options
| author | Chris Forbes <chrisforbes@google.com> | 2017-05-02 14:52:05 -0700 |
|---|---|---|
| committer | Chris Forbes <chrisf@ijw.co.nz> | 2017-05-03 11:38:06 -0700 |
| commit | 66380c9a4168db7bf98cbbc221a0e57e7fba7ff0 (patch) | |
| tree | 3f844c2067009b0c90e791e9a9d829ef464d1fe9 /layers/core_validation.cpp | |
| parent | 7c4f9c8d33e3d19a11b18165e236578f450236d1 (diff) | |
| download | usermoji-66380c9a4168db7bf98cbbc221a0e57e7fba7ff0.tar.xz | |
layers: Move PV device extension handling into helper
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
