commit | 670858da9b8f8e7a4d853d03d3095c42f2b59db8 | [log] [tgz] |
---|---|---|
author | Brandon Jones <brandon1.jones@intel.com> | Tue Sep 22 16:51:36 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Tue Sep 22 16:51:36 2020 +0000 |
tree | 8945ce4ab7efeb5aeccb30ee10d56cc712202549 | |
parent | 6db3a24c19e7580a0aaee7aff8a52c16489c6abe [diff] |
Change wgpu::Color from floats to doubles Change dawn.json to reflect changes in the WebGPU IDL. Also fixes any conversion issues in Dawn. Bug: dawn:525 Change-Id: Ifb46329f073bcf31d43342f20f4819eac061d5a1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/28400 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Brandon Jones <brandon1.jones@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.