commit | 211b4aae7efe11e8e75deb3dc68799890fa04900 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Thu Jul 01 01:43:34 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 01 01:43:34 2021 +0000 |
tree | 9e714fe23a03326e6ba7dc36ac5fd120f696e553 | |
parent | 3a75b1cea88db595b1825181c548e83170254865 [diff] |
Remove null-deref in test Dereferencing a nullptr is UB by spec, even if the method called is non-virtual and no memory access to nullptr appears to actually occur. For example: error: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true [-Werror,-Wtautological-undefined-compare] Bug: b/179840737 Change-Id: I6385e157e9a883cdd65f5ef9be89bcc3a29324fe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/56720 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.