commit | 4c1e36def2f126013b30de4c18ae3f9eb736cc36 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Aug 26 16:50:00 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 16:50:00 2024 +0000 |
tree | 1f265e29d3f9606ca438e1f9a54f2e39ff644a53 | |
parent | 95af3b1e79428a7df8a0d2a3f0e7687559e2c0b6 [diff] |
Remove `dawn_platform` namespace. The conversion to nested namespaces was done two years ago. This CL removes the remaining namespace alias `dawn_platform` in favour of the new `dawn::platform` Bug: 40643167 Change-Id: I8892d2e3f2cb9e012f02bc41673f3a76671e571d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/203816 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: 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.