commit | ace5a58eb77403ae56319e6747a760ef1b066351 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue Jul 02 20:52:25 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 02 20:52:25 2024 +0000 |
tree | 9ddbb05d52366ce1a339b4c7a3a4b4005c562cd6 | |
parent | 807b463c95dcd774810f61dc315a2a42b57e5e10 [diff] |
Copy Emscripten's WebGPU bindings into Dawn These are the original unmodified files from Emscripten, at revision: https://github.com/emscripten-core/emscripten/commit/0c504193efb3d0b51d30c07895544b29cbad1950 Bug: 346806934 Change-Id: I27ee46dee6d96a896db03c61adbb0eb598500ac7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/193725 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: dan sinclair <dsinclair@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.