File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ void ValidationStateTracker::PostCreateDevice(const VkDeviceCreateInfo *pCreateI
753
753
phys_dev_extensions.find (vvl::Extension::_VK_EXT_image_robustness) != phys_dev_extensions.end ();
754
754
755
755
if (IsExtEnabled (instance_extensions.vk_khr_get_physical_device_properties2 ) &&
756
- phys_dev_extensions.find (vvl::Extension::_VK_EXT_image_robustness ) != phys_dev_extensions.end ()) {
756
+ phys_dev_extensions.find (vvl::Extension::_VK_EXT_robustness2 ) != phys_dev_extensions.end ()) {
757
757
VkPhysicalDeviceRobustness2FeaturesEXT robustness_2_features = vku::InitStructHelper ();
758
758
VkPhysicalDeviceFeatures2 features2 = vku::InitStructHelper (&robustness_2_features);
759
759
DispatchGetPhysicalDeviceFeatures2Helper (physical_device, &features2);
You can’t perform that action at this time.
0 commit comments