Disable d3d11 backend

Bug: dawn:1705
Change-Id: I52dcc190cc54f36c079fa546c7dbc8c456352669
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/127640
Commit-Queue: Peng Huang <penghuang@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Peng Huang 2023-04-20 13:19:59 +00:00 committed by Dawn LUCI CQ
parent 5a53567112
commit b0a1858eb5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ declare_args() {
dawn_complete_static_libs = false dawn_complete_static_libs = false
# Enables the compilation of Dawn's D3D11 backend # Enables the compilation of Dawn's D3D11 backend
dawn_enable_d3d11 = is_win && !build_with_chromium dawn_enable_d3d11 = false
# Enables the compilation of Dawn's D3D12 backend # Enables the compilation of Dawn's D3D12 backend
dawn_enable_d3d12 = is_win dawn_enable_d3d12 = is_win