commit | e6441b604f58bf01a17ee991fa82f864fc6fc087 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Jan 10 00:02:38 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Jan 10 00:02:38 2020 +0000 |
tree | 5f32870444aa86cf72e306228985264df0650a11 | |
parent | 1dbb5286297995f5d7ab9fb921caa4cd359934a1 [diff] |
dawn_wire: Make GetProcs() a static member function of WireClient This patch makes GetProcs() a static member function of WireClient so that we can call it without creating a WireClient object. BUG=chromium:996713 Change-Id: I499be0cd2c5a5f29c796d3be88ce33c1b70711d6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14942 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.