d3d11: enable entrypoint tests for d3d11 backend

Bug: dawn:1705
Change-Id: Ie8f29132726c015cbe4f552eb77afc1ecbc4a325
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/130660
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:
Peng Huang 2023-05-01 16:29:15 +00:00 committed by Dawn LUCI CQ
parent 925b77605e
commit 0e2a833da8
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ TEST_P(EntryPointTests, TwoComputeInModule) {
}
DAWN_INSTANTIATE_TEST(EntryPointTests,
D3D11Backend(),
D3D12Backend(),
MetalBackend(),
OpenGLBackend(),