commit | 3faa478ed25f3ec1628d30afe78bacbb535dd28b | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Oct 27 19:07:37 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 27 19:07:37 2021 +0000 |
tree | 99eb8b21027b1402295786af54cf36d65d605aac | |
parent | 346b58cfba07278dcaf35a9353972af987ee9cf2 [diff] |
Add FromAPI / ToAPI helpers for dawn_native Helps to avoid explicitly using reinterpret_cast Change-Id: I4df0e7094c7d8460385c6f23dac529ace9df9bdc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/67605 Auto-Submit: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: 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.