From e58b0b2e5075855482dc7d9991b0db35f9afe0c4 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Thu, 28 Jan 2021 20:40:35 +0100 Subject: [PATCH] Allow Vulkan CTS 1.2.5.1 Components: Vulkan Affects: dEQP-VK.api.driver_properties.properties Change-Id: I7ca8bb2937e1e601f58fe5a7220138a1a06a2ca5 --- .../vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp index 17bf73aaa..c227dbda7 100644 --- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp +++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp @@ -49,6 +49,7 @@ enum TestType static const VkConformanceVersionKHR knownConformanceVersions[] = { + makeConformanceVersion(1, 2, 5, 1), makeConformanceVersion(1, 2, 5, 0), makeConformanceVersion(1, 2, 4, 1), makeConformanceVersion(1, 2, 4, 0), -- 2.34.1