commit | a1be93b83812095a548f782c5d4bca69bab9f41f | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Thu May 02 18:48:10 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 02 18:48:10 2024 +0000 |
tree | f7176833a14d9b99fa45b30e813b2c71960e1313 | |
parent | c8ccd3d5d2bdbfbd05b090a9bd6c27be8dee69d5 [diff] |
Add StackAllocated base class. 1. Add StackAllocated base class. This ensure a class never allocated on the Heap. 2. Split NonMovable/NonCopyable files. This makes it easier to check we include what is used. Bug: None Change-Id: Idbf4afbdd1b70acf9bd432830d39173a53a6df4f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186440 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Austin Eng <enga@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.