commit | 8752d497a948919675cbd4e7c539b0123211c28c | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue May 07 13:48:43 2024 +0000 |
committer | James Price <jrprice@google.com> | Tue May 07 13:48:43 2024 +0000 |
tree | 293ddc406b3391a127cde6cb37b235062d820637 | |
parent | 1888e152b77a3870d4c930d0fc2bb0828f9e1ffb [diff] |
[tint] Fix TINT_BEGIN_DISABLE_ALL_WARNINGS for GCC GCC doesn't handle pragmas for disabling all warnings at once, so we have to disable them individually. Change-Id: Id3fef4b7b4f2fdffa7495633b31106c4489d6b4a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187200 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com>
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.