commit | 70e4026d2b6973a762e46e2dbc264507b8ad525d | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Sep 10 16:25:49 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Sep 11 09:24:00 2015 -0600 |
tree | 22a0b2e84af79cea24cd961e330563c277c483db | |
parent | 3dee8087999562e0637326175a3cf6cab858158e [diff] [blame] |
Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp index 7a98f7b..92f6b52 100644 --- a/tests/blit_tests.cpp +++ b/tests/blit_tests.cpp
@@ -1150,7 +1150,7 @@ { VkCmdBlitTest::SetUp(); - init_test_formats(0); + init_test_formats(VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT); ASSERT_NE(true, test_formats_.empty()); }