Skip to content

Commit

Permalink
Allow Vulkan CTS 1.3.6.1
Browse files Browse the repository at this point in the history
Affects: dEQP-VK.api.driver_properties.properties

Components: Vulkan

Change-Id: I7cffb27bfc0eda0e3cd95363b55b41d0948b17ee
  • Loading branch information
lordalcol authored and AlexGalazin-IMG committed Jun 16, 2023
1 parent 2c48764 commit 8c5e7b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
static const VkConformanceVersion knownConformanceVersions[]
{
#ifndef CTS_USES_VULKANSC
makeConformanceVersion(1, 3, 6, 1),
makeConformanceVersion(1, 3, 6, 0),
makeConformanceVersion(1, 3, 5, 2),
makeConformanceVersion(1, 3, 5, 1),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
static const VkConformanceVersion knownConformanceVersions[]
{
#ifndef CTS_USES_VULKANSC
makeConformanceVersion(1, 3, 6, 1),
makeConformanceVersion(1, 3, 6, 0),
makeConformanceVersion(1, 3, 5, 2),
makeConformanceVersion(1, 3, 5, 1),
Expand Down

0 comments on commit 8c5e7b3

Please sign in to comment.