diff options
author | Matthew Netsch <quic_mnetsch@quicinc.com> | 2022-11-11 09:21:54 -0800 |
---|---|---|
committer | Matthew Netsch <quic_mnetsch@quicinc.com> | 2022-11-11 09:22:08 -0800 |
commit | 6418fb16b123fb608b89dc047b2d020e6345b155 (patch) | |
tree | 07e69efba8405f01fa8349571aa0eaf374db2db2 | |
parent | 181857e68d9108f3257f03fe7b827d838ba69a0e (diff) | |
download | VK-GL-CTS-6418fb16b123fb608b89dc047b2d020e6345b155.tar.gz VK-GL-CTS-6418fb16b123fb608b89dc047b2d020e6345b155.tar.bz2 VK-GL-CTS-6418fb16b123fb608b89dc047b2d020e6345b155.zip |
Update known conformance version for 1.3.4.1
Components: Vulkan, Framework
Affects:
dEQP-VK.api.driver_properties.conformance_version
Change-Id: Ibc081172636f077194b4aa5521a1490309428338
-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 fa096b96f..eeb79c35b 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, 4, 1), makeConformanceVersion(1, 3, 4, 0), makeConformanceVersion(1, 3, 3, 1), makeConformanceVersion(1, 3, 3, 0), |