summaryrefslogtreecommitdiff
path: root/external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp')
-rw-r--r--external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp b/external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp
index c8d9181e6..2c0b14aab 100644
--- a/external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp
+++ b/external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp
@@ -687,6 +687,7 @@ void checkDeviceExtensions (tcu::ResultCollector& results, const vector<string>&
"VK_KHR_external_semaphore",
"VK_KHR_external_semaphore_fd",
"VK_KHR_external_semaphore_win32",
+ "VK_KHR_win32_keyed_mutex",
};
checkKhrExtensions(results, extensions, DE_LENGTH_OF_ARRAY(s_allowedDeviceKhrExtensions), s_allowedDeviceKhrExtensions);