Skip to content

Commit

Permalink
Fix check in testMandatoryExtensions
Browse files Browse the repository at this point in the history
Affects:
dEQP-VK.api.info.android.mandatory_extensions

Change-Id: Iec3b405cb168daa7dd7fc2183963778ef7d6eb0b
Components: Vulkan
  • Loading branch information
piby committed Oct 28, 2019
1 parent 5b772bb commit cbb2c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3615,7 +3615,7 @@ tcu::TestStatus testMandatoryExtensions (Context& context)

for (const auto ext : mandatoryExtensions)
{
if (!context.isDeviceFunctionalitySupported(ext))
if (!context.isInstanceFunctionalitySupported(ext))
results.fail(ext + " is not supported");
}
}
Expand Down

0 comments on commit cbb2c3e

Please sign in to comment.