commit | 8c096fd9f643c8dc03639c127eb9593e4f5681fb | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue Jun 03 13:01:25 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 13:01:25 2025 -0700 |
tree | 9a6c1458bb5d3460197e56cd319b710055d9badb | |
parent | d4a5561ddd035d522008b9bed5d515542e84e361 [diff] |
[node] Move warning disablement to NodeAPI.h, enable MSVC warnings This avoids GN issues with flag order, where tweaking dependencies can result in -Wno-extra-semi being overridden by -Wextra-semi. (I didn't realize previously that we had this wrapper header that could easily serve this purpose.) Also: - Removes disablement of all warnings on MSVC on GN, because it's apparently not needed. - Removes the -isystem flags from GN because they're not necessary anymore and they were a slight hack. - Fixes a few MSVC warnings. Bug: none Change-Id: Ibe54da4aff1c2ffa274979756c1c281725ada244 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/245114 Commit-Queue: Kai Ninomiya <kainino@chromium.org> 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.