diff options
-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), |