commit | 1a9f890473e2844d35bb0e541ac45f582df880ce | [log] [tgz] |
---|---|---|
author | Liza Burakova <liza@chromium.org> | Fri Feb 09 00:01:32 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 09 00:01:32 2024 +0000 |
tree | f69e4581b401cb20678d161f2e7e6627daf36418 | |
parent | 74c5edcc04027785ca728c50d6f706feb6f57431 [diff] |
Remove condition in absl_config for cflags This CL replaces the condition `dawn_standalone` with `!build_with_chromium` when setting cflags for the absl_source_set build configs. This removal is necessary for ANGLE to be able to build dawn native as it needs the "-Wno-unreachable-code-break" flag to be set for dawn's abseil build. Bug: angleproject:8477 Change-Id: I644d216339da60eccb34a0467b863b60e06efb0c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/174080 Commit-Queue: Liza Burakova <liza@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: dan sinclair <dsinclair@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.