From: Matthew Netsch Date: Thu, 9 Jun 2022 03:55:12 +0000 (-0700) Subject: Update known conformance version for 1.3.3.0 X-Git-Tag: upstream/1.3.5~144^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdd2b6b3130bdd6baecee8f321705cf141662144;p=platform%2Fupstream%2FVK-GL-CTS.git Update known conformance version for 1.3.3.0 Components: Vulkan, Framework Affects: dEQP-VK.api.driver_properties.conformance_version Change-Id: Id2a541585bb9bff2c6b929d7b045c2c08fc58db6 --- diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp index e141392..acfe87c 100644 --- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp +++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp @@ -50,6 +50,7 @@ enum TestType static const VkConformanceVersion knownConformanceVersions[] = { #ifndef CTS_USES_VULKANSC + makeConformanceVersion(1, 3, 3, 0), makeConformanceVersion(1, 3, 2, 0), makeConformanceVersion(1, 3, 1, 1), makeConformanceVersion(1, 3, 1, 0),