commit | 1384e8b1631695443a30969e75aa442945b6b8d0 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Jul 22 08:57:29 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 22 08:57:29 2021 +0000 |
tree | bf5fb8e57c7ac46c6947f826d3a53d6882399414 | |
parent | c607e81de239c0c06af6e5cdb76bc4e89b144a63 [diff] |
Replace VertexFormatUtils with a dawn_native table of formats This replaces multiple switches with a single indexing into a data table, and also adds information about the VertexFormatBaseType for later validation. Bug: dawn:1008 Change-Id: Ic3f564b0dc571cc0008a54785613f962ce223452 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/59030 Reviewed-by: Jiawei Shao <jiawei.shao@intel.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Auto-Submit: Corentin Wallez <cwallez@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.