commit | da33625f315343cddce1108f3fffc40b6b7b4733 | [log] [tgz] |
---|---|---|
author | Clark DuVall <cduvall@chromium.org> | Wed Feb 07 21:20:51 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 07 21:20:51 2024 +0000 |
tree | 166c803a6e4f9566cddaa1e6d29fb03dbb5f05bb | |
parent | 78f512eee44baec08a60f6b38ea241466283d8c0 [diff] |
Add DisableDanglingPtrDetection to HostMapped userdata pointers The user data is owned by the caller, so it's ok for these to be dangling. Change-Id: I18b425a18aeb215398ccd39e7bf7144a3cccef28 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173845 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Auto-Submit: Clark DuVall <cduvall@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.