commit | e650b38aa6a8f036f78696b5be80b58768077410 | [log] [tgz] |
---|---|---|
author | Carl Woffenden <cwoffenden@gmail.com> | Mon Jan 11 20:02:21 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Mon Jan 11 20:02:21 2021 +0000 |
tree | 9d2cb5d758bbae68d75b3f7170df60a78f0a9b14 | |
parent | 1457ecbcaf46abd9bf47a130f47c09e561aa685c [diff] |
Minor fix to build with MSVC: Gets content address instead of iterator Fixes error C2679: binary '-': no operator found which takes a right-hand operand of type 'std::_Array_iterator<_Ty,23>' (or there is no acceptable conversion) Change-Id: I566b05032da5f68674156eae2901a3f3e7a8acbb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/36082 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 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.