commit | e3378445609241554064d2af86da3901c96476da | [log] [tgz] |
---|---|---|
author | Yulong Wang <yulong.fs@gmail.com> | Thu May 29 23:07:47 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 29 23:07:47 2025 -0700 |
tree | 712c845ea41e0e3287e1a728ef046485b37170ed | |
parent | 9cf1e48631ae75751a8b8dcfe35fed8b1a8c04c2 [diff] |
disable warning to aligned_storage.h ``` dawn-src/src/tint/utils/memory/aligned_storage.h:48:55:warning: unsafe buffer access [-Wunsafe-buffer-usage] T& Get() { return *Bitcast<T*>(&data[0]); } ``` Change-Id: I62674c07dc4c710bd5e45ba5dba1f7c526f8cdc6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/242335 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Kai Ninomiya <kainino@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.