commit | 97a5576e9111746f453008c8918bb3d789b9f35f | [log] [tgz] |
---|---|---|
author | Le Hoang Quyen <lehoangquyen@chromium.org> | Fri Dec 20 11:13:25 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 20 11:13:25 2024 -0800 |
tree | 9659b00c34c04c530a62979fbdb692ab944a2a3e | |
parent | fa07f3046419775df4d2f8fb5b0a9c5078399d4e [diff] |
D3D11: Don't return error if CheckFeatureSupport(Options5) fails. D3D11_FEATURE_DATA_D3D11_OPTIONS5 is only supported since Windows 10 build 20348. Older versions of windows might return false if we try to call CheckFeatureSupport() with this options struct. We should not return error in that case to allow older clients to use Dawn/D3D11. Bug: chromium:381669128 Change-Id: Ibea5bb30f57ed85d36d6bf4b4960cab17b9f2e68 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220154 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Quyen Le <lehoangquyen@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.