d3d11: enable CopyExternalTextureForBrowserTests
Bug: dawn:1705 Change-Id: I9963d446b6bfb71e4bb70a5b9174a631a5229a8a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133121 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Peng Huang <penghuang@chromium.org>
This commit is contained in:
parent
e85cb2b1bc
commit
7ddaaf23cf
|
@ -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>({CopyRect::TopLeft, CopyRect::TopRight, CopyRect::BottomLeft,
|
||||
CopyRect::BottomRight, CopyRect::FullSize}),
|
||||
std::vector<CopyRect>({CopyRect::TopLeft, CopyRect::TopRight, CopyRect::BottomLeft,
|
||||
|
|
Loading…
Reference in New Issue