commit | 48e7da791f1496ea836f8d92d1af1b120eee1d6a | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Thu Jan 30 01:25:08 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Thu Jan 30 01:25:08 2020 +0000 |
tree | 7d1b97ee6b121ecd67e5e221ac67e8c8f40febe5 | |
parent | 7d56022a6445afa2fffe17d3cb390fd29dc49adb [diff] |
Use dict.items() instead of dict.iteritems() for py3 compat iteritems() went away in Python 3. R=kainino@chromium.org Bug: 941669 Change-Id: I0c107aaa35bb1df7c126485c33c3d15cb77f03fe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/15560 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.