commit | d174fa1f6f03795143bf8f487eea68ec6b5bb44e | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Sep 13 22:11:13 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 13 22:11:13 2023 +0000 |
tree | 15ae5db5c1f9b2adce8db57910cb3fc2aae68f36 | |
parent | 1f236ba13f56a2cf588662fe0dc8c28e95e7eb06 [diff] |
Add buffer host mapped pointer feature Implement basic tests for CopySrc and CopyDst on: - Mac with vm allocation - General POSIX for mmap'ed files - Windows for virtual allocation and file mappings Bug: dawn:2018 Change-Id: I33535acd1c60a3f30430f03e1a662aa5b11d979c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/148100 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@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.