aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/VkMakeCopyPipelineTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VkMakeCopyPipelineTest.cpp')
-rw-r--r--tests/VkMakeCopyPipelineTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/VkMakeCopyPipelineTest.cpp b/tests/VkMakeCopyPipelineTest.cpp
index cb3cbe9e30..c8fe6f2a70 100644
--- a/tests/VkMakeCopyPipelineTest.cpp
+++ b/tests/VkMakeCopyPipelineTest.cpp
@@ -178,10 +178,6 @@ DEF_GPUTEST_FOR_VULKAN_CONTEXT(VkMakeCopyPipelineTest, reporter, ctxInfo) {
GrContext* context = ctxInfo.grContext();
GrVkGpu* gpu = static_cast<GrVkGpu*>(context->contextPriv().getGpu());
- if (!gpu->vkCaps().supportsCopiesAsDraws()) {
- return;
- }
-
TestVkCopyProgram copyProgram;
copyProgram.test(gpu, reporter);
}