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:
parent
5a53567112
commit
b0a1858eb5
|
@ -55,7 +55,7 @@ declare_args() {
|
|||
dawn_complete_static_libs = false
|
||||
|
||||
# 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
|
||||
dawn_enable_d3d12 = is_win
|
||||
|
|
Loading…
Reference in New Issue