diff options
author | Matthew Netsch <quic_mnetsch@quicinc.com> | 2022-07-22 11:21:20 -0700 |
---|---|---|
committer | Matthew Netsch <quic_mnetsch@quicinc.com> | 2022-07-22 11:21:20 -0700 |
commit | 84883a25af72439fd4b3ced716a4f5614118cfa5 (patch) | |
tree | c97093c36011bf59ddda399935c7281e47f52bb1 | |
parent | 32823abdaaad2e06927e0a4f835c7070fb4c9394 (diff) | |
download | VK-GL-CTS-84883a25af72439fd4b3ced716a4f5614118cfa5.tar.gz VK-GL-CTS-84883a25af72439fd4b3ced716a4f5614118cfa5.tar.bz2 VK-GL-CTS-84883a25af72439fd4b3ced716a4f5614118cfa5.zip |
Update known conformance version for 1.3.3.1
Components: Vulkan, Framework
Affects:
dEQP-VK.api.driver_properties.conformance_version
Change-Id: I568ff655a7f279b5bad52dd2af13ddb9d5d55b12
-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 acfe87cd2..951c1bb28 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, 1), makeConformanceVersion(1, 3, 3, 0), makeConformanceVersion(1, 3, 2, 0), makeConformanceVersion(1, 3, 1, 1), |