diff options
Diffstat (limited to 'external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp')
-rw-r--r-- | external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp b/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp index cbb4e4633..8dfacbfe5 100644 --- a/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp +++ b/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp @@ -552,6 +552,7 @@ void RobustnessExtsTestCase::checkSupport(Context& context) const } #endif + context.requireInstanceFunctionality("VK_KHR_get_physical_device_properties2"); vki.getPhysicalDeviceFeatures2(physicalDevice, &features2); if (formatIsR64(m_data.format)) |