diff options
author | Alexander Galazin <alexander.galazin@imgtec.com> | 2023-03-24 10:25:50 +0000 |
---|---|---|
committer | Alexander Galazin <alexander.galazin@imgtec.com> | 2023-03-24 12:10:43 +0000 |
commit | d04a6f33337ed1d29e98456b36bad7ab7529cd2a (patch) | |
tree | 95ba62a1be31e8e3731040a0d4709958bef4bf88 | |
parent | 8771481027d76a262195de8397d8985246bca98f (diff) | |
download | VK-GL-CTS-d04a6f33337ed1d29e98456b36bad7ab7529cd2a.tar.gz VK-GL-CTS-d04a6f33337ed1d29e98456b36bad7ab7529cd2a.tar.bz2 VK-GL-CTS-d04a6f33337ed1d29e98456b36bad7ab7529cd2a.zip |
Allow Vulkan CTS 1.3.5.1
Affects: dEQP-VK.api.driver_properties.properties
Components: Vulkan
Change-Id: I3d8630be533373cebc7b1a9c2ea34b46742a3d59
-rw-r--r-- | external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp index df231e60d..cae60bad9 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, 5, 1), makeConformanceVersion(1, 3, 5, 0), makeConformanceVersion(1, 3, 4, 1), makeConformanceVersion(1, 3, 4, 0), |