commit | 3dfff8a1a30269110c3405de31fc6af0eacac4ca | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed Apr 09 08:10:18 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 09 08:10:18 2025 -0700 |
tree | 411db5c5f5979d83489cf1fba94680351d4971b6 | |
parent | 2630672e5b3fcec1576265a36056f44dedff32bb [diff] |
Improve abseil flags in Dawn CMake Add logic to common_compile_options to include needed flags if absl is a dependency, instead of having a separate function to include the options and making devs remember to call it when needed. Bug: 340578705 Change-Id: I166a463e52ebc3500b8080f001b2fd3edeb3ddd1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/235515 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ryan Harrison <rharrison@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.