From 7ddaaf23cf7dbe530a5cdc4c18b368e861da3e53 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Tue, 16 May 2023 20:29:09 +0000 Subject: [PATCH] d3d11: enable CopyExternalTextureForBrowserTests Bug: dawn:1705 Change-Id: I9963d446b6bfb71e4bb70a5b9174a631a5229a8a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133121 Reviewed-by: Corentin Wallez Reviewed-by: Austin Eng Kokoro: Kokoro Commit-Queue: Peng Huang --- src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp b/src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp index f27bb27a16..b2ec4428b0 100644 --- a/src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp +++ b/src/dawn/tests/end2end/CopyExternalTextureForBrowserTests.cpp @@ -378,7 +378,8 @@ TEST_P(CopyExternalTextureForBrowserTests_Basic, Copy) { DAWN_INSTANTIATE_TEST_P( CopyExternalTextureForBrowserTests_Basic, - {D3D12Backend(), MetalBackend(), OpenGLBackend(), OpenGLESBackend(), VulkanBackend()}, + {D3D11Backend(), D3D12Backend(), MetalBackend(), OpenGLBackend(), OpenGLESBackend(), + VulkanBackend()}, std::vector({CopyRect::TopLeft, CopyRect::TopRight, CopyRect::BottomLeft, CopyRect::BottomRight, CopyRect::FullSize}), std::vector({CopyRect::TopLeft, CopyRect::TopRight, CopyRect::BottomLeft,