From 4d5e8b731111fb4ee512584be0fbb6c895ab2e8a Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Wed, 15 Feb 2023 16:37:45 +0000 Subject: [PATCH] Update known conformance version for SC 1.0.1.1 Components: Vulkan, Framework Affects: dEQP-VK.api.driver_properties.conformance_version Change-Id: I1209178a914983b50cedb7ea208544e2f21b067b --- .../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 286985d961..a718478ba3 100644 --- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp +++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp @@ -96,6 +96,7 @@ static const VkConformanceVersion knownConformanceVersions[] = makeConformanceVersion(1, 1, 3, 1), makeConformanceVersion(1, 1, 3, 0), #else + makeConformanceVersion(1, 0, 1, 1), makeConformanceVersion(1, 0, 1, 0), makeConformanceVersion(1, 0, 0, 0), #endif // CTS_USES_VULKANSC