commit | 1fdac660c40b9e662535b780e8efa4c8386bef2b | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Aug 29 21:37:47 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 29 21:37:47 2024 +0000 |
tree | 6ea380c1b926e8a6a3deed6b8932a48e0b3190bb | |
parent | a6941c6ee100b201f6f02c12e90fa8c05c3a607f [diff] |
Move `DAWN_NO_SANITIZE` to shared header. This CL moves the `DAWN_NO_SANITIZE` define to the shared `src/utils/compiler.h` header and updates the one usage of `TINT_NO_SANITIZE` to the new name. Change-Id: Ie8a2b7a3bbdc46bc0b8cdaf8f11dce6abe275491 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203815 Reviewed-by: James Price <jrprice@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: 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.