From 53e58741335a13883a80733cbce2c80b4156ea7f Mon Sep 17 00:00:00 2001 From: Matthew Netsch Date: Mon, 11 Apr 2022 08:15:41 -0700 Subject: [PATCH] Update known conformance version for 1.3.2.0 Components: Framework, Vulkan VK-GL-CTS Issue: 3628 Affects: dEQP-VK.api.driver_properties.conformance_version Change-Id: I5d099f42fd1cc68f8a667ec368fc635ab41f8906 --- external/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 ff65aa2..133310d 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, 3, 2, 0), makeConformanceVersion(1, 3, 1, 1), makeConformanceVersion(1, 3, 1, 0), makeConformanceVersion(1, 3, 0, 0), -- 2.7.4