commit | 40356bd59469bab7db778f3aaea5b2c95d564e2d | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Tue May 07 10:47:52 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 07 10:47:52 2024 +0000 |
tree | a5d19e6cba573ff7f0e99a12b06311183fcc7e1e | |
parent | 256813b9befd67739575cb7d9e04b4664c7bbce8 [diff] |
Reorder member around PNextChainBuilder. This stack allocated struct stores pointers to the stack. It should be declared last to match the dependency. This only matters when using: ``` use_asan_unowned_ptr=true ``` option, which check for dangling pointers on the stack. Bug: chromium:336222179 Change-Id: Ibd877bcf610cf85b6ad84a5b18fa786d0e06c3ac Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185760 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.