commit | e60adb28edec185d84d27074c2a2dfb7bb833dca | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu Sep 14 06:59:30 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Thu Sep 14 06:59:30 2023 +0000 |
tree | f1f64d772ca4b23589c695db044452db2a1f0712 | |
parent | 4506f3964065b41abc11b30f247be72f436c3e3f [diff] |
[dawn] Replace ASSERT() with DAWN_ASSERT() Avoid collisions with other libraries. Change-Id: I53cea4151540ab90e8297812e91283983936c735 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/151462 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.